A webserver implemented in C++. This implementation uses websockets to listen for incoming connections to the webserver, then parses and processes the HTTP requests accordingly. I've designed this to roughly mirror Python's Flask, so the API will be similar.