9年积累,沉淀出来的高性能通用通讯服务,支持即时通讯,站内/系统消息,消息中台,物联网通讯,音视频信令,直播弹幕,客服系统,AI通讯,即时社区等场景
特点
- 📚 完全自研:自研消息数据库,消息分区永久存储,自研二进制协议(支持自定义),重写Go底层网络库,无缝支持TCP和websocket。
- 🚀 性能强劲:单机支持百万用户同时在线,单机16w/秒消息(包括DB操作)吞吐量,一个频道支持万人同时订阅。
- 🔔 零依赖:没有依赖任何第三方组件,部署简单,一条命令即可启动
- 🔐 安全:消息通道和消息内容全程加密,防中间人攻击和窜改消息内容。
- 🧱 扩展性强:采用频道设计理念,目前支持群组频道,点对点频道,后续可以根据自己业务自定义频道可实现机器人频道,客服频道等等。
v1.2.2 更新日志:
- chore: upgrade slsa-verifier to 2.5.1 (升级CI工具 slsa-verifier)
- chore: upgrade slsa-github-generator (升级CI工具 slsa-github-generator)
- fix: solve the problem of empty aeskey in obtaining connection (解决连接获取aeskey出现空指针问题)
- fix: ants.NewPool panic log Println (增加协程池崩溃时记录详细堆栈信息)
- fix: index append add lock。 (修复并发下导致索引错误问题)
- fix: fixed the problem of blocking the current connection when the message under websocket is too long. (解决websocket连接下,内容过长导致连接阻塞问题)