https://github.com/mr-addict/esp32-websocket-series
https://github.com/mr-addict/esp32-websocket-series
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mr-addict/esp32-websocket-series
- Owner: MR-Addict
- License: gpl-3.0
- Created: 2021-08-19T12:37:51.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-19T13:00:52.000Z (almost 5 years ago)
- Last Synced: 2025-01-12T12:46:41.908Z (over 1 year ago)
- Language: C
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!