Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 269 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 269 Bytes

大文件切片上传 demo

用 monorepo 整一起了

安装依赖

make install

前端

make dev

服务端

make node

TODO:

  • 断点续传(抽样计算 hash)
  • 文件下载(也许在遥远的未来)
  • 抽象为可用的上传库