uploaded 4 months ago
Async Web Server for ESP32 Arduino

3 examples

  • catchall
    This is a basic example that demonstrates how to catch all incoming requests to a server and respond with a 404 Not Found status.
    2.60 KB
  • serversentevents
    This is a basic example demonstrating how to use Server-Sent Events (SSE) for real-time updates in web applications.
    2.25 KB
  • websocket
    This is a basic example to demonstrate how to use WebSockets.
    2.37 KB