/staticShare

A very simple static file sharing server using Node Js and Express Js

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

staticShare

A very simple static file sharing server using Node Js and Express Js

This simple server was created keeping in mind local intranet team collaboration file sharing etc. So its very simple and basic..

Creating the Server

Clone this folder, and install the node modules using

npm install -g

The above command will install Express Js which is the only dependecy this server has.

Then run the command, and listen to http://localhost:5000 or http://192.168.0.100:5000/ basically your IPv4 address

node server.js

Put the files to be shared in the sharedFiles folder. I have put a sample file.

Have fun..