uploaded 8 months ago
Async Web Server for ESP32 Arduino

3 examples

  • catchall
    Basic example to show how to catch all requests and send a 404 Not Found response.
    2.59 KB
  • serversentevents
    This is a basic example that demonstrates how to use Server-Sent Events (SSE) for real-time communication in web applications.
    2.25 KB
  • websocket
    This is a basic example to demonstrate the usage of WebSockets.
    2.37 KB