# any-chat **Repository Path**: geminga/any-chat ## Basic Information - **Project Name**: any-chat - **Description**: springboot websocket 在线聊天室 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2020-05-25 - **Last Updated**: 2021-11-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # any-chat Spring Boot + WebSocket 开发 WEB及时通信工具 # 开始体验 1.获取代码 ``` git clone https://github.com/ChinaSilence/any-chat.git ``` 2.运行程序:在pom.xml路径下执行 ``` mvn spring-boot:run ``` 3.访问 http://localhost/ ![首页](http://upload-images.jianshu.io/upload_images/3424642-0355a13edc733af8.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) 4.创建账号:点击“登录”,进入登录页面,然后注册多个用户,测试时建议注册三个 ![登录页](http://upload-images.jianshu.io/upload_images/3424642-256b2dd0697a4413.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) 5.用浏览器启动三个隐身窗口,分别登录这三个账号,然后就可以测试聊天功能了 ![聊天](http://upload-images.jianshu.io/upload_images/3424642-74cddcabd2365531.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) ![消息](http://upload-images.jianshu.io/upload_images/3424642-d80db9b88aa598e1.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) # 附 作者的另一个开源项目 https://github.com/ChinaSilence/any-video 看视频效果很不错哦,还能免VIP看VIP视频。