Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 324 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 324 Bytes

next-upload-node-server

server side example code for fusion upload

Development

$ 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