Simple Server allows you to easily get a node.js static file server up and running anywhere anytime.
- Use:
require('simple-server') - Install:
npm install --save simple-server
- Use:
require('simple-server') - Install:
ender add simple-server
To get your public folder up and running on http://localhost:3000 simply type the following into terminal:
simple-server public 3000The first argument is the folder you want to serve, and the second argument is the port to serve from :)
Discover the change history by heading on over to the History.md file.
These amazing people are maintaining this project:
- Benjamin Lupton b@lupton.cc (https://github.com/balupton)
No sponsors yet! Will you be the first?
These amazing people have contributed code to this project:
- balupton (https://github.com/balupton) - view contributions
Licensed under the incredibly permissive MIT license
Copyright © 2011+ Benjamin Lupton b@lupton.cc (http://balupton.com)



