Yet Another HTTP Server - This time - C++ oriented
Posted: Tue Sep 12, 2017 4:33 am
The world is awash in HTTP Servers ... so here is yet another ... this time crafted by hand for ESP32.
What makes this one mildly interesting is that it is exclusively C++ oriented. The core features so far are:
I had a bash at initial documentation found here:
C++ HTTP Server
What makes this one mildly interesting is that it is exclusively C++ oriented. The core features so far are:
- Written in C++ and leverages the C++ styles of use.
- Supports WebSockets.
- Supports REST handlers.
- Supports file serving.
I had a bash at initial documentation found here:
C++ HTTP Server