An open API service indexing awesome lists of open source software.

https://github.com/mr-addict/esp32-websocket-series


https://github.com/mr-addict/esp32-websocket-series

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# ESP32-WebSocket-Series
In this series, I use websocket to communicate between client and server.Websocket ,in my opinion, is MUCH BETTER that HTTPT protocol, because with WS ,we can make real-time communication, update to all clients, transfer much more data stream as well as protect your data between connection ,all of this in real life!