Skip to content
Communication & RFESP32ESP8266

ESPAsyncWebServer

by me-no-dev / mathieucarbou

Asynchronous HTTP and WebSocket server for ESP32/ESP8266 — handle requests without blocking the main loop.

View on GitHub

Requires: AsyncTCP (ESP32) or ESPAsyncTCP (ESP8266)

Install

Open Sketch → Include Library → Manage Libraries…, search for ESPAsyncWebServer, and click Install.

Example Code

cpp

Go Further

More Communication & RF