An open API service indexing awesome lists of open source software.

https://github.com/andycall/file-stream-upload-example

文件流转存服务 源代码
https://github.com/andycall/file-stream-upload-example

Last synced: 3 months ago
JSON representation

文件流转存服务 源代码

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. 之后就可以读读源码,跑下测试用例了。