minimal HTTP and websocket server library without any external depencies implemented from scratch.
Caution
This is only for educational use only and should not be used in any serious manner! Most of the HTTP spec is not implemented
The websocket implementation is the most complete and tested part of the project. It passes all Autobahn (see report) tests, but is still not production ready