uploaded 3 months ago
Async Web Server for ESP32 Arduino

3 examples

  • catchall
    This example demonstrates how to intercept all incoming requests in a web application and respond with a 404 Not Found status, effectively managing…
    2.60 KB
  • serversentevents
    This is a basic example demonstrating the use of Server-Sent Events (SSE) to enable a server to push real-time updates to web clients.
    2.25 KB
  • websocket
    This is a basic example to demonstrate how to use WebSockets.
    2.37 KB