# gf-websocket **Repository Path**: zjz91010/gf-websocket ## Basic Information - **Project Name**: gf-websocket - **Description**: No description available - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-10 - **Last Updated**: 2023-11-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GoFrame websocket 的实现 ## 实现功能 - 全局广播 - 单个房间推送 - 单个用户推送 - 单个客户端推送 ## 客户端发送数据格式 ```json { "e": "event_name", "d": { "key": "value" } } ```