# websocket-react **Repository Path**: fumk/websocket-reactwebsocket-react ## Basic Information - **Project Name**: websocket-react - **Description**: websocket+react小demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-16 - **Last Updated**: 2023-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 启动项目 ``` 1. node node/index // 启动node中的ws服务 2. react-scripts start // 启动前端服务 ```