# uploader **Repository Path**: sbkwind/uploader ## Basic Information - **Project Name**: uploader - **Description**: 支持大文件分片上传,断点续传,并发控制,错误重传 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-03-15 - **Last Updated**: 2023-10-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # uploader #### 介绍 支持大文件分片上传,断点续传,并发控制,错误重传 文章地址:https://juejin.cn/post/6939878637827014664/ `/client`:客户端代码 `/server`:服务端代码 `npm run dev`启动服务 `node index.js`启动服务器