- Notifications
You must be signed in to change notification settings - Fork0
Project that uploads multiple files using Node.js, Busboy, web socket, pipeline pattern and streams.
NotificationsYou must be signed in to change notification settings
kastorcode/upload-multiple-files-busboy-nodejs
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
👷 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
yarnto install dependencies; - Run
yarn startto start the server at port3000.
Frontend
- Open the frontend folder in a terminal;
- Run
yarnto install dependencies; - Run
yarn startto start http server athttp://localhost:8080.
<kastor.code/>
About
Project that uploads multiple files using Node.js, Busboy, web socket, pipeline pattern and streams.
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
