# nodejs-ws-demo **Repository Path**: zhangxiao_coder/nodejs-ws-demo ## Basic Information - **Project Name**: nodejs-ws-demo - **Description**: Nodejs Websocket - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-19 - **Last Updated**: 2024-05-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nodejs-ws-demo Nodejs Websocket 服务器 ## 运行 ```shell npm run start ``` - 监听端口:`9090` - ws地址:`ws://127.0.0.1:9090` > 向服务器发送消息后,服务器会向所有已连接的客户端推送消息