0xcaff / http-server

A portable, minimal, fast HTTP file server with single page app redirection and reverse proxying.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

http-server

Build Status

This is a simple, fast and portable HTTP server built in go.

Performance

This HTTP server is about 7x faster than node-http-server and about 10x faster than python -m SimpleHTTPServer.

Installation

go get github.com/0xcaff/http-server
http-server

Usage

Run http-server from the directory you would like to serve. Check out http-server -help for examples.

About

A portable, minimal, fast HTTP file server with single page app redirection and reverse proxying.

License:MIT License


Languages

Language:Go 100.0%