# web-socket **Repository Path**: silvalin/web-socket ## Basic Information - **Project Name**: web-socket - **Description**: 基于socket.io 开发 房间 websocket 需求 聊天 群 - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2018-01-02 - **Last Updated**: 2023-01-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # web-socket 基于socket.io 开发 房间 websocket 需求 聊天 群 ## 安装方式 ### 初始化依赖库 ``` npm i ``` ### 运行服务 ``` npm run ws ``` ### 默认开启端口为 ``` ws://localhost:3030 ```