Lemon2311 / IoTFleet.js

Library to control multiple microcontroller devices (ex: esp32, Rpi Pico) over-air with javascript :)
4 stars 1 forks source link

Restfull Api for esp32 with ESPAsyncWebServer #8

Closed Lemon2311 closed 9 months ago

Lemon2311 commented 9 months ago

Right now the WiFi.h library is used for http requests handling on the esp32, but it would be a good idea to move to a restful asynchronous non blocking api. A good option I found is ESPAsyncWebServer.

Lemon2311 commented 9 months ago

Moved to ESPAsyncWebServer in merge #10, active development is continued in async functionality.