This is done with a demo bootstrap static site which includes js, css
wrk is used for benchmarking with
wrk -c 100 -d 20 http://localhost:3000
Numbers speak louder than words.
| Server | Request Per Second | Avg. Response Time |
|---|---|---|
| fast-http-server (Crystal) | 16433.61 | 8.90ms |
| http-server (Node.js) | 2105.55 | 47.92ms |
| SimpleHTTPServer (Python) | 785.14 | 1.91ms |