Skip to content

voidstardb/simple-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Server

NPM version Gittip donate button Flattr donate button PayPayl donate button

Simple Server allows you to easily get a node.js static file server up and running anywhere anytime.

Install

  • Use: require('simple-server')
  • Install: npm install --save simple-server
  • Use: require('simple-server')
  • Install: ender add simple-server

Using

To get your public folder up and running on http://localhost:3000 simply type the following into terminal:

simple-server public 3000

The first argument is the folder you want to serve, and the second argument is the port to serve from :)

History

Discover the change history by heading on over to the History.md file.

Backers

Maintainers

These amazing people are maintaining this project:

Sponsors

No sponsors yet! Will you be the first?

Gittip donate button Flattr donate button PayPayl donate button

Contributors

These amazing people have contributed code to this project:

Become a contributor!

License

Licensed under the incredibly permissive MIT license

Copyright © 2011+ Benjamin Lupton b@lupton.cc (http://balupton.com)

About

Simple Server allows you to easily get a node.js static file server up and running anywhere anytime.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%