https://github.com/andycall/file-stream-upload-example
文件流转存服务 源代码
https://github.com/andycall/file-stream-upload-example
Last synced: 3 months ago
JSON representation
文件流转存服务 源代码
- Host: GitHub
- URL: https://github.com/andycall/file-stream-upload-example
- Owner: andycall
- Created: 2017-02-20T12:29:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-24T12:49:42.000Z (almost 9 years ago)
- Last Synced: 2024-10-19T04:30:33.721Z (about 1 year ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 42
- Watchers: 2
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# file-stream-upload-example
文件流转存服务 源代码
### Installation
```
npm install
```
### Run the Test
```
npm test
```
### How to Use
1. 部署服务端: 到这个仓库下载配套server端源码 https://github.com/andycall/file-upload-example-server
2. 之后就可以读读源码,跑下测试用例了。