# vchat **Repository Path**: imjoel/vchat ## Basic Information - **Project Name**: vchat - **Description**: WebSocket 和 React 练习聊天项目 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2020-08-04 - **Last Updated**: 2025-02-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WebSocket 聊天练习项目 ## 架构 前端 - React - Typescript - Webpack 服务端 - Springboot - spring-boot-starter-websocket ## 编译方式 前端 ``` cd client yarn && yarn build ``` 服务端 ``` cd server chmod +x ./gradlew ./gradlew build ./gradlew jar ``` ## 截图 ![fafa](screenshots/chat-001.png)