Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 272 Bytes

File metadata and controls

6 lines (5 loc) · 272 Bytes

cppserver

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.