{"id":15014271,"url":"https://github.com/pisces-hub/muchat","last_synced_at":"2025-04-12T07:42:29.214Z","repository":{"id":175217332,"uuid":"653505301","full_name":"pisces-hub/muchat","owner":"pisces-hub","description":"Muchat是用JAVA语言开发的轻量、高性能、单机支持几十万至百万在线用户IM，主要目标降低即时通讯门槛，快速打造低成本接入在线IM系统，通过极简洁的消息格式就可以实现多端不同协议间的消息发送如内置(Http、Websocket、Tcp自定义IM协议)","archived":false,"fork":false,"pushed_at":"2023-08-29T08:37:04.000Z","size":7180,"stargazers_count":34,"open_issues_count":7,"forks_count":16,"subscribers_count":0,"default_branch":"develop","last_synced_at":"2025-03-26T02:51:13.579Z","etag":null,"topics":["chat","im","java","netty","redis","springboot","tcp","zookeeper"],"latest_commit_sha":null,"homepage":"http://43.138.164.74","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pisces-hub.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-06-14T07:29:20.000Z","updated_at":"2024-11-27T02:10:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"59293492-b56d-46bc-bf74-d5e722457032","html_url":"https://github.com/pisces-hub/muchat","commit_stats":{"total_commits":78,"total_committers":9,"mean_commits":8.666666666666666,"dds":"0.46153846153846156","last_synced_commit":"64334bf0cd33d27edd29429fd9602bd7f519ae36"},"previous_names":["pisces-hub/muchat"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pisces-hub%2Fmuchat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pisces-hub%2Fmuchat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pisces-hub%2Fmuchat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pisces-hub%2Fmuchat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pisces-hub","download_url":"https://codeload.github.com/pisces-hub/muchat/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248536981,"owners_count":21120683,"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","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":["chat","im","java","netty","redis","springboot","tcp","zookeeper"],"created_at":"2024-09-24T19:45:24.052Z","updated_at":"2025-04-12T07:42:29.187Z","avatar_url":"https://github.com/pisces-hub.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MuChat\n\n\u003cbr/\u003e\n\n\u003e 1. **前端项目地址**：[muchat-ui](https://gitee.com/pisces-hub/muchat-ui)\n\u003e 2. **快速体验项目**：[在线访问地址](http://43.138.164.74)\n\n## 前言\n\n`Muchat`100w级即时通讯应用\n\n## 项目介绍\n\n`Muchat`\n是用JAVA语言开发的轻量、高性能、单机支持几十万至百万在线用户IM，主要目标降低即时通讯门槛，快速打造低成本接入在线IM系统，通过极简洁的消息格式就可以实现多端不同协议间的消息发送如内置(\nHttp、Websocket、Tcp自定义IM协议)\n\n### 组织结构\n\n``` lua\nmuchat\n├── im-common -- 工具类及通用代码\n├── im-connector -- 长连接服务\n├── im-sdk -- 发送消息功能，封装公用模块\n├── im-server -- 业务服务\n└── im-admin -- 后台管理服务\n```\n\n### 技术选型\n\n#### 后端技术\n\n| 技术         | 说明        | 官网                                             |\n|------------|-----------|------------------------------------------------|\n| SpringBoot | Web应用开发框架 | https://spring.io/projects/spring-boot         |\n| MyBatis    | ORM框架     | http://www.mybatis.org/mybatis-3/zh/index.html |\n| Redis      | 内存数据存储    | https://redis.io/                              |\n| Nginx      | 静态资源服务器   | https://www.nginx.com/                         |\n| MinIO      | 对象存储      | https://github.com/minio/minio                 |\n\n#### 架构图\n\n![系统架构图](docs/images/architecture.png)\n\n### 开发环境\n\n| 工具        | 版本号   | 下载                                                                                                |\n|-----------|-------|---------------------------------------------------------------------------------------------------|\n| JDK       | 11    | https://www.oracle.com/java/technologies/javase/jdk11-archive-downloads.html                      |\n| Mysql     | 8     | https://www.mysql.com/                                                                            |\n| Redis     | 7.0   | https://redis.io/download                                                                         |\n| Nginx     | 1.22  | http://nginx.org/en/download.html                                                                 |\n| Zookeeper | 3.8.0 | https://www.apache.org/dyn/closer.lua/zookeeper/zookeeper-3.8.0/apache-zookeeper-3.8.0-bin.tar.gz |\n\n### 搭建步骤\n\n\u003e Windows环境部署\n\n- 克隆`muchat`项目，并导入到IDEA中完成编译\n- 启动长连接服务im-connector\n- 启动业务服务im-server\n\n### 项目运行截图\n\n![聊天列表](docs/images/demo1.jpg)\n![聊天列表](docs/images/demo3.jpg)\n\n## Contributing\n\n- For bug reports, please use [Issues](https://gitee.com/pisces-hub/muchat/issues)\n- For code contribution, please use [Pull Request](https://gitee.com/pisces-hub/muchat/pulls)\n\n## 联系方式\n\n![](./docs/images/wx-public.png)\n\n有任何问题，欢迎给我留言哦\n\n## 点下star吧\n\n喜欢的朋友麻烦点个star，鼓励一下作者吧！\n\n## 贡献者列表\n\n\u003cp\u003e\n\u003ca href=\"https://gitee.com/imalasong\" target=\"_blank\"\u003e\n\u003cimg src=\"docs/images/assets/developer/imalasong.png\" width=\"12%\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://gitee.com/xiaochangbai\" target=\"_blank\"\u003e\n\u003cimg src=\"docs/images/assets/developer/xiaochangbai.png\" width=\"12%\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://gitee.com/ilovea\" target=\"_blank\"\u003e\n\u003cimg src=\"docs/images/assets/developer/ilovea.png\" width=\"12%\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://gitee.com/uimoa\" target=\"_blank\"\u003e\n\u003cimg src=\"docs/images/assets/developer/uimoa.png\" width=\"12%\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://gitee.com/tomlia\" target=\"_blank\"\u003e\n\u003cimg src=\"docs/images/assets/developer/tomlia.png\" width=\"12%\"\u003e\n\u003c/a\u003e\n\u003c/p\u003e\n\n## 许可证\n\n[Apache License 2.0](https://github.com/pisces-hub/muchat/blob/develop/LICENSE)\n\nCopyright (c) 2020-2023 muchat\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpisces-hub%2Fmuchat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpisces-hub%2Fmuchat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpisces-hub%2Fmuchat/lists"}