Skip to content

Latest commit

 

History

History
72 lines (50 loc) · 2.18 KB

README.md

File metadata and controls

72 lines (50 loc) · 2.18 KB

Scalable File Upload

BADGE_NODE_VERSION BADGE_LICENSE BADGE_ISSUES_OPEN BADGE_ISSUES_CLOSED BADGE_OPEN_PULL_REQUESTS BADGE_STARS BADGE_FORKS

Simple project to upload files in a scalable way and work with JavaScript streams and socket.

🎦 Preview

📝 Requirements

  • NodeJS v15+

💻 Techs

🍷 Using

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

📖 References

🧾 License

Scalable File Upload is available under the MIT license. See LICENSE for the full license text.