1.1.1 • Published 6 years ago

simple-server v1.1.1

Weekly downloads
93
License
MIT
Repository
github
Last release
6 years ago

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

NPM

Using

Module usage is as so:

require('simple-server')(dir, port)

Command line usage is as so:

npm i -g simple-server
simple-server public 3000

Number argument is the port. String argument is the directory. No directory will listen to the current directory. No port will listen on port 3000.

As of v1.1.0 this project is now just a quick alias for zeit/serve, which you should just use directly, as that project is maintained and this project is not. If you have python on your computer, you can also just use:

python -m SimpleHTTPServer 8000

Discover the release history by heading on over to the HISTORY.md file.

These amazing people are maintaining this project:

No sponsors yet! Will you be the first?

These amazing people have contributed code to this project:

Unless stated otherwise all works are:

and licensed under:

1.1.1

6 years ago

1.1.0

6 years ago

1.0.1

11 years ago

1.0.0

12 years ago

0.4.0

13 years ago

0.3.0

13 years ago

0.2.0

13 years ago

0.1.8

13 years ago

0.1.7

13 years ago

0.1.6

13 years ago

0.1.5

13 years ago

0.1.4

13 years ago

0.1.3

13 years ago

0.1.2

13 years ago

0.1.1

13 years ago

0.1.0

13 years ago