Large file upload with WebSocket

后端 未结 6 2006
自闭症患者
自闭症患者 2020-11-30 00:24

I\'m trying to upload large files (at least 500MB, preferably up to a few GB) using the WebSocket API. The problem is that I can\'t figure out how to write \"send this slice

6条回答
  •  暖寄归人
    2020-11-30 00:28

    I think this socket.io project has a lot of potential:

    https://github.com/sffc/socketio-file-upload

    It supports chunked upload, progress tracking and seems fairly easy to use.

提交回复
热议问题