Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Commit

Permalink
Link to basic static server example
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Johnston committed Apr 30, 2014
1 parent f7d87b5 commit c11baa5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ A plain HTTP server designed for serving static files with the most rudimentary
* Custom headers (v0.2)
* GZip compression (v0.2)

(If you want anything more (or indeed, less) than this, then you may want to consider rolling your own. [Go makes static file serving simple!](https://code.google.com/p/go-wiki/wiki/HttpStaticFiles))

## Performance

In a completely arbitrary, unscientific and unreliable test on a machine where `python -m SimpleHTTPServer` achieved 46reqs/sec and Node's `http-server` achieved 625reqs/sec, `goserve` achieved 4716 reqs/sec.
Expand Down

0 comments on commit c11baa5

Please sign in to comment.