Simple project to upload files in a scalable way and work with JavaScript streams and socket.
- NodeJS v15+
Install all dependencies contained in the client and server directories:
$ cd packages/client/
$ npm ci
$ cd packages/server
$ npm ci
Now, open two terminal windows and run the client and the server:
# Terminal 01
$ cd packages/client/
$ npm start
# Terminal 02
$ cd packages/server
$ npm start
Scalable File Upload is available under the MIT license. See LICENSE for the full license text.