docs: 更新文章

This commit is contained in:
DuRuofu
2025-02-23 11:12:52 +08:00
parent 1628ab48bb
commit 57dc9f70a4
76 changed files with 183 additions and 189 deletions

View File

@@ -1,9 +1,9 @@
# ESP32网络入门 - WebSocket协议
> [!TIP] 🚀 **WebSocket协议 | 实时双向通信**
> [!TIP] 🚀 WebSocket协议 | 实时双向通信
> - 💡 **碎碎念**😎:本节将介绍如何在 ESP32 上实现 WebSocket 协议,进行实时双向通信。你将学习如何创建 WebSocket 服务器和客户端,支持快速、低延迟的数据传输。
> - 📺 **视频教程**:暂无
> - 💾 **示例代码**暂无
> - 💾 **示例代码**[ESP32-Guide/code/05.wifi/websocket](https://github.com/DuRuofu/ESP32-Guide/tree/main/code/05.wifi/websocket)
## 一、介绍