uploaded 6 months ago
Async Web Server for ESP32 Arduino

3 examples

  • catchall
    This example demonstrates how to catch all requests to a server and respond with a 404 Not Found error.
    2.59 KB
  • serversentevents
    This is a basic example demonstrating how to use Server-Sent Events (SSE) to establish a unidirectional communication channel from a server to a…
    2.25 KB
  • websocket
    This README provides a basic example demonstrating how to use WebSockets for real-time communication in applications.
    2.37 KB