# me-no-dev/ESPAsyncWebServer

Async Web Server for ESP8266 and ESP32

Repository: https://github.com/me-no-dev/ESPAsyncWebServer
Canonical: https://ross.abutalabs.com/products/espasyncwebserver
Language: C++
License: LGPL-3.0
License Family: copyleft
Archived: true
Last push: 2025-01-20T16:17:03+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 2, release rhythm 35, longevity 100
- inputs: {"age_days": 3910, "days_push": 590, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4045, forks 1383 (observed 2026-08-28T04:08:33.583945+00:00)

## What it is
An asynchronous web server library for ESP8266 and ESP32 microcontrollers, supporting WebSocket, Server-Sent Events, and event-driven request handling. The project has moved to the ESP32Async organization and this repository is kept only as a pointer to the new location.

## Use cases
- serve a web dashboard from an esp32
- async http server on esp8266
- websocket server on esp32
- host a config page on a microcontroller
- rest api on esp32 firmware

## When to choose
- building Arduino/PlatformIO firmware for ESP32 or ESP8266 that needs a non-blocking web server
- you need WebSockets or SSE on constrained hardware

## When to avoid
- starting a new project - use the ESP32Async/ESPAsyncWebServer fork instead
- you need a web server on non-ESP hardware

## Facets
- artifact type: library
- maturity: maintenance
- function: http-server, websocket, web-framework
- domain: iot, embedded-systems, web-development
- platform: cpp, embedded, iot
- tags: esp32, esp8266, async, arduino, rp2040, moved-to-esp32async

## Member repositories
- me-no-dev/ESPAsyncWebServer (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:33.583945+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:23:44.131818+00:00, confidence not recorded.
  - readme: https://github.com/me-no-dev/ESPAsyncWebServer (fetched 2026-08-28T04:08:33.583945+00:00, sha da60359cab54)
- Data as of 2026-08-30T08:39:29.467469+00:00.
