3.0.4 • Published 7 years ago

httpea v3.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

httpea

An iojs package that creates a simple http server for the current folder using ES 2015 features (has no dependencies or config). Inspired by python's python -m SimpleHTTPServer

Installation

Run npm install -g httpea

Usage

  1. cd into the folder
  2. run httpea
  3. Enjoy

A simple http server will start running and serving the static files of your folder from http://localhost. If the port 80 is not available a random port will be selected (you'll see which one on the terminal/cmd output). If the path is a directory, the server will look for an index.html file.

3.0.4

7 years ago

3.0.3

8 years ago

3.0.2

9 years ago

3.0.1

9 years ago

3.0.0

9 years ago

2.0.0

9 years ago

1.0.0

9 years ago