https://github.com/0xcaff/http-server
A portable, minimal, fast HTTP file server with single page app redirection and reverse proxying.
https://github.com/0xcaff/http-server
go http
Last synced: 18 days ago
JSON representation
A portable, minimal, fast HTTP file server with single page app redirection and reverse proxying.
- Host: GitHub
- URL: https://github.com/0xcaff/http-server
- Owner: 0xcaff
- License: mit
- Created: 2014-04-30T17:29:46.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-06-14T23:34:32.000Z (over 8 years ago)
- Last Synced: 2025-12-02T00:30:56.547Z (2 months ago)
- Topics: go, http
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
http-server
===========
[![Build Status][build-status-image]][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](//github.com/nodeapps/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.
[build-status-image]: https://travis-ci.org/0xcaff/http-server.svg?branch=master
[build-status]: https://travis-ci.org/0xcaff/http-server