esp32async/espasyncwebserver

3.10.3

Latest
uploaded 3 weeks ago
Async Web Server for ESP32 Arduino

3 examples

  • catchall
    This is a basic example demonstrating how to catch all requests in an application and send a 404 Not Found response.
    2.60 KB
  • serversentevents
    This is a basic example demonstrating how to use Server-Sent Events (SSE) for real-time updates from a server to a client.
    2.26 KB
  • websocket
    This is a basic example demonstrating how to utilize WebSockets.
    2.37 KB