uploaded 4 months ago
Async Web Server for ESP32 Arduino

3 examples

  • catchall
    This basic example demonstrates how to catch all requests to a server and respond with a 404 Not Found error.
    2.60 KB
  • serversentevents
    This README provides a basic example demonstrating how to utilize Server-Sent Events (SSE) for real-time data transmission from the server to the…
    2.25 KB
  • websocket
    This is a basic example demonstrating how to use WebSockets for real-time communication between clients and servers.
    2.37 KB