# node_websocket **Repository Path**: tomxiang/node_websocket ## Basic Information - **Project Name**: node_websocket - **Description**: 开发过程中模拟 websocket - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-29 - **Last Updated**: 2024-02-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: WebSocket ## README ### 简易版 websocket 模拟 主要用于 模拟开发 ### 运行 ``` node app.js // 或是 npm run dev ``` ### 客户端用 ``` js new WebSocket('ws://localhost:3000/path1') new WebSocket('ws://localhost:3000/path2') ```