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:
- Written in C++ and leverages the C++ styles of use.
- Supports WebSockets.
- Supports REST handlers.
- Supports file serving.
This is another one of those projects that I needed for my own purposes and polished up "enough" for we (the community) to get a flavor of where it is and where it could go. The wish list on it is now open so feel free to post what you might need from it that isn't already present.
I had a bash at initial documentation found here:
C++ HTTP Server