Category: WebSocket on Arduino, esp8266 and esp32

WebSocket Arduino esp8266 esp32 client 4

WebSocket on Arduino, esp8266 and esp32: client – 1

Modern web applications need to update data in real time, for years we have used polling with REST calls but now we can no longer ignore the WebSocket protocol.
Here I am going to present a WebSocket client with esp8266, esp32 and Arduino Mega with enc28j60.Here a WebSocket client with esp8266, esp32 and Arduino Mega and enc28j60.