{"id":15014263,"url":"https://github.com/jollycorivug/chathub","last_synced_at":"2025-07-29T12:39:57.942Z","repository":{"id":189060313,"uuid":"669338366","full_name":"JollyCorivuG/chathub","owner":"JollyCorivuG","description":"仿照移动端qq的UI页面，实现qq相关的核心功能","archived":false,"fork":false,"pushed_at":"2024-03-12T08:50:36.000Z","size":2076,"stargazers_count":13,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T07:45:45.658Z","etag":null,"topics":["axios","java-8","netty","pinia","rabbitmq","spring-boot","sse","vue3-typescript","websocket"],"latest_commit_sha":null,"homepage":"http://www.chathub.love","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JollyCorivuG.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-22T01:13:11.000Z","updated_at":"2024-12-06T13:49:18.000Z","dependencies_parsed_at":"2024-02-01T03:40:33.463Z","dependency_job_id":"d41d7ad6-4463-41ee-906b-b4abf8fbfb93","html_url":"https://github.com/JollyCorivuG/chathub","commit_stats":{"total_commits":63,"total_committers":2,"mean_commits":31.5,"dds":0.1428571428571429,"last_synced_commit":"b0e162da93380db35814866687680fd7853f754d"},"previous_names":["jollycorivug/chathub"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JollyCorivuG/chathub","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JollyCorivuG%2Fchathub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JollyCorivuG%2Fchathub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JollyCorivuG%2Fchathub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JollyCorivuG%2Fchathub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JollyCorivuG","download_url":"https://codeload.github.com/JollyCorivuG/chathub/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JollyCorivuG%2Fchathub/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267687613,"owners_count":24127961,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["axios","java-8","netty","pinia","rabbitmq","spring-boot","sse","vue3-typescript","websocket"],"created_at":"2024-09-24T19:45:23.306Z","updated_at":"2025-07-29T12:39:57.891Z","avatar_url":"https://github.com/JollyCorivuG.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# chathub - 一个简化版qq的移动端项目\n\n\u003e聊天中心项目：仿照 qq 移动端的 UI 页面，实现了 qq 相关的核心功能！\n\u003e\n\u003e前后端全栈项目 By [JollyCorivuG](https://github.com/JollyCorivuG)\n\n上线地址：[chathub.love](http://www.chathub.love/)\n\n## 效果展示\n\n![](https://github.com/JollyCorivuG/chathub/blob/main/docs/images/图片1.jpg)\n\n![](https://github.com/JollyCorivuG/chathub/blob/main/docs/images/图片2.jpg)\n\n![](https://github.com/JollyCorivuG/chathub/blob/main/docs/images/图片3.jpg)\n\n![](https://github.com/JollyCorivuG/chathub/blob/main/docs/images/图片4.jpg)\n\n## 功能大全\n\n### 用户\n- 用户注册、登录（含账号、手机验证码两种登录方式）\n- 用户可以通过关键字搜索用户，并发送好友申请\n- 用户可以查看通知，同意或拒绝好友申请\n- 同一个账号只能在一个浏览器登录，否则原有账号会被强制下线\n- 用户可以修改头像、用户名等个人信息\n\n### 消息\n- 用户可以发送消息给自己的好友（支持表情包、图片、文件等多种类型）\n- 用户可以实时接收消息\n- 消息面板自动刷新，会更新消息未读数\n- 用户可以删除会话信息，并在有消息时重新显示\n\n### 群组\n- 用户可以创建群组，并指定群组相关信息（头像，最大人数限制等）\n- 用户可以邀请自己的好友加入群组\n- 用户可以在群组内发送消息，同属一个群组的人都能实时收到消息\n- 用户可以同意、拒绝入群邀请\n\n### 动态\n- 用户可以发送动态，并可以选取相应的图片\n- 用户可以点赞动态，并看到最新点赞的人和点赞总数\n- 用户可以评论好友发送的动态，也可以进行评论的回复\n\n## 技术栈\n### 前端\n- vue3 + ts\n- Vant4 UI\n- axios 请求库\n- pinia 状态管理\n- pinia 持久化插件\n- Vue Router 路由管理\n\n### 后端\n- Java 8 + Spring Boot 框架（spring boot 2.6.7）\n- Spring MVC + Mybatis Plus 框架\n- Knife4j + Swagger 生成接口文档\n- MySQL 8.x (数据存储) + Redis（缓存）\n- Netty + WebSocket 实现即时通讯\n- SSE 实现消息列表实时刷新\n- RabbitMQ 消息队列\n- MinIO 实现文件存储\n\n## 系统架构\n\n![](https://github.com/JollyCorivuG/chathub/blob/main/docs/images/系统架构图.jpg)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjollycorivug%2Fchathub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjollycorivug%2Fchathub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjollycorivug%2Fchathub/lists"}