Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alibaba-fusion/next-upload-node-server
next-upload node server example
https://github.com/alibaba-fusion/next-upload-node-server
eggjs fusion fusion-design javascript nodejs
Last synced: 6 days ago
JSON representation
next-upload node server example
- Host: GitHub
- URL: https://github.com/alibaba-fusion/next-upload-node-server
- Owner: alibaba-fusion
- License: mit
- Created: 2018-09-14T15:48:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:55:34.000Z (11 months ago)
- Last Synced: 2023-12-15T19:18:48.079Z (11 months ago)
- Topics: eggjs, fusion, fusion-design, javascript, nodejs
- Language: HTML
- Size: 12.7 KB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# next-upload-node-server
server side example code for fusion upload
### Development
```bash
$ npm i
$ npm run dev
$ open http://localhost:7001/
```### Example Page
http://localhost:7001/
### Example Frontend Code
see app/view/index.html### Example Nodejs Code
see app/controller/home.js[egg]: https://eggjs.org