# node -ws-test **Repository Path**: qwdingyu/node--ws-test ## Basic Information - **Project Name**: node -ws-test - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2021-01-26 - **Last Updated**: 2021-01-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # express + ws 搭建后台测试 websocket,同时支持 http 访问调用 ```shell 使用 nodemon 保持热更新,避免每次修改之后重启服务 npm install npm start ```