Skip to content

diegosanz/express_simple_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express Simple Server

A simple Express server for transfer files.

Everything that you put on /public folder will be available on http://your_server_ip:3000.

Installation

Clone this repository:

git clone https://github.com/diegosanz/express_simple_server 

⁠⁠⁠Alternatively you can download and extract this zip directly.

Download the dependencies:

cd express_simple_server

npm install

Start the server (you will need node.js installed on your computer):

npm run server

You should see something like:

Server listening at http://localhost:3000

That's all!

About

A simple Express server for transfer files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published