Skip to content

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

License

Notifications You must be signed in to change notification settings

mauricioromagnollo/scalable-file-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published