WebSocket on Arduino, esp8266 and esp32: temperature and humidity realtime update – 3
Modern web application need realtime update, for year we use polling system with REST call but now we can’t ignore WebSocket.
Here a complete reference implementation of a web application with token authentication.