Muchat
100w级即时通讯应用
Muchat
是用JAVA语言开发的轻量、高性能、单机支持几十万至百万在线用户IM,主要目标降低即时通讯门槛,快速打造低成本接入在线IM系统,通过极简洁的消息格式就可以实现多端不同协议间的消息发送如内置(
Http、Websocket、Tcp自定义IM协议)
muchat
├── im-common -- 工具类及通用代码
├── im-connector -- 长连接服务
├── im-sdk -- 发送消息功能,封装公用模块
├── im-server -- 业务服务
└── im-admin -- 后台管理服务
技术 | 说明 | 官网 |
---|---|---|
SpringBoot | Web应用开发框架 | https://spring.io/projects/spring-boot |
MyBatis | ORM框架 | https://www.mybatis.org/mybatis-3/zh/index.html |
Redis | 内存数据存储 | https://redis.io/ |
Nginx | 静态资源服务器 | https://www.nginx.com/ |
MinIO | 对象存储 | https://github.com/minio/minio |
工具 | 版本号 | 下载 |
---|---|---|
JDK | 11 | https://www.oracle.com/java/technologies/javase/jdk11-archive-downloads.html |
Mysql | 8 | https://www.mysql.com/ |
Redis | 7.0 | https://redis.io/download |
Nginx | 1.22 | https://nginx.org/en/download.html |
Zookeeper | 3.8.0 | https://www.apache.org/dyn/closer.lua/zookeeper/zookeeper-3.8.0/apache-zookeeper-3.8.0-bin.tar.gz |
Windows环境部署
- 克隆
muchat
项目,并导入到IDEA中完成编译 - 启动长连接服务im-connector
- 启动业务服务im-server
- For bug reports, please use Issues
- For code contribution, please use Pull Request
有任何问题,欢迎给我留言哦
喜欢的朋友麻烦点个star,鼓励一下作者吧!
Copyright (c) 2020-2023 muchat