uploaded 2 weeks ago
Async Web Server for ESP32 Arduino

3 examples

  • catchall
    This is a basic example demonstrating how to catch all requests and return 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 in web applications.
    2.26 KB
  • websocket
    This README provides a basic example demonstrating how to use WebSockets, showcasing the fundamental implementation and features.
    2.37 KB