WebSocket on Arduino, esp8266 and esp32: server and authentication – 2
Modern web application need realtime update, for year we use polling system with REST call but now we can’t ignore WebSocket.
Here a WebSocket server with esp8266, esp32 with some method to enable authentication.