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

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

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)