👷 Developed by Matheus Ramalho de Oliveira
🔨 Brazilian Software Engineer
🏡 Goiânia, Goiás, Brasil
✉️ kastorcode@gmail.com
👍 instagram.com/kastorcode
This project uploads multiple independent client files using the Busboy library in Node.js. Communication is in real time via web socket and processing combines the pipeline pattern with streams.
Backend
- Make a clone of this repository;
- Create a folder in backend/downloads;
- Open the backend folder in a terminal;
- Run
yarn
to install dependencies; - Run
yarn start
to start the server at port3000
.
Frontend
- Open the frontend folder in a terminal;
- Run
yarn
to install dependencies; - Run
yarn start
to start http server athttp://localhost:8080
.
<kastor.code/>