https://github.com/mrbrunelli/node-scalable-upload
Node application to upload large files in a scalable way
https://github.com/mrbrunelli/node-scalable-upload
bootstrap javascript node scalable websocket
Last synced: about 2 months ago
JSON representation
Node application to upload large files in a scalable way
- Host: GitHub
- URL: https://github.com/mrbrunelli/node-scalable-upload
- Owner: mrbrunelli
- Created: 2020-12-29T13:17:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-29T13:26:40.000Z (over 5 years ago)
- Last Synced: 2025-03-05T08:17:31.004Z (over 1 year ago)
- Topics: bootstrap, javascript, node, scalable, websocket
- Language: JavaScript
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node Scalable Upload
> Node application to upload large files in a scalable way
## Run Back End
```shell
cd backend/ && npm install && npm start
```
## Run Front End
```shell
cd frontend/ && npm install && npm start
```
## Link to Course
[YouTube/ErickWendel](https://www.youtube.com/watch?v=OG_qqYzcfFk&t=1940s&ab_channel=ErickWendel)