# WebSocket-chart **Repository Path**: post-man/WebSocket-chart ## Basic Information - **Project Name**: WebSocket-chart - **Description**: 使用 WebSocket 搭建一个简单的 聊天功能 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-21 - **Last Updated**: 2022-06-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: WebSocket ## README # WebSocket-chart Config files for my GitHub profile. #client 端直接使用vite就行 npm inatsll vite -D #server端 需要用到nodemon 和 ws 库 npm install nodemon -D npm install ws -g