# WebSocket实践 **Repository Path**: monkey_mike/web-socket-practice ## Basic Information - **Project Name**: WebSocket实践 - **Description**: vue+node websocket实践 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2021-12-10 - **Last Updated**: 2024-01-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue + nodejs WebSocket 实践 通过 vue + nodejs 理解 websocket 通信方式 # vue 端 websocket-vue npm install npm run dev # node 端 websocket-node npm install node app