From b64691d4f7c14bb97323a267e424e200a2d3fe9f Mon Sep 17 00:00:00 2001 From: Me No Dev Date: Mon, 16 May 2016 12:25:55 +0300 Subject: [PATCH] Add known libs and projects that use async web server --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 640ffdc..59d0ee1 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,10 @@ To use this library you need to have the latest git versions of either [ESP8266] - Responding asynchronously is probably the most difficult thing for most to understand - Many different options exist for the user to make responding a background task +## Libraries and projects that use AsyncWebServer +- [WebSocketToSerial](https://github.com/hallard/WebSocketToSerial) +- [Sattrack](https://github.com/Hopperpop/Sattrack) +- [ESP Radio](https://github.com/Edzelf/Esp-radio) ## Request Variables