Overview of ESP Async WebServer
masterESP Async WebServer is an asynchronous HTTP and WebSocket server library for the ESP32. It provides support for several advanced features including:
- WebSockets and Server-Sent Events (SSE)
- Authentication
- Arduino Json 7 (with backward compatibility for version 6)
- File uploads and static file serving
- URL rewriting and redirection
This specific fork is optimized for concurrency and is compatible with Arduino 3 (ESP-IDF 5.1). It depends on mathieucarbou/AsyncTCP @ ^3.1.4.