Upload files on demand with busboy and nodejs streams
- NodeJS - Streams
- Socket.io
- Express
- React
Clone the project
git clone https://github.com/KollerZx/streams-upload.git
Access the frontend directory
cd frontend
Install dependencies
npm ci
Running the frontend
npm run dev
Access the backend directory
Install dependencies
npm ci
Running the backend
npm run dev