# WebSocketDemos **Repository Path**: kevin262516/web-socket-demos ## Basic Information - **Project Name**: WebSocketDemos - **Description**: 原项目链接: https://github.com/yangjike123/WebSocket websock一个完整的案例, 包含前后端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-04 - **Last Updated**: 2025-01-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: Nodejs ## README # websock案例 原项目链接: https://github.com/yangjike123/WebSocket ## 建议node版本 16.20.0 - 18.0.0 ## 启动指令 ### 打开node后台 ``` cd ./node npm install npm run dev ``` ### 打开前台 ``` cd ./react npm install npm run dev ``` ### 打开浏览器 ``` 浏览器1: http://localhost:8080/ [用户1] 浏览器2: http://localhost:8080/ [用户2] ``` ### 页面效果: ![image](./websock案例.png)