# fileUploadDemo **Repository Path**: labike/fileUploadDemo ## Basic Information - **Project Name**: fileUploadDemo - **Description**: Node 实现大文件分片上传、断点续传 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-06-15 - **Last Updated**: 2022-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # fileUploadDemo Node + H5 实现大文件分片上传、断点续传 #### 使用方法: 1. 安装依赖 `npm install` 2. 启动服务,并自动打开浏览器 `npm run start`