Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 285 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 285 Bytes

netty-im

一个基于Netty实现的简易即时通讯IM系统

实现功能

  • 登录认证
  • 单聊
  • 群聊
  • 心跳检测
  • 客户端重连
  • 监控系统的连接数等

快速启动

  • 服务端启动:执行ServerApplication
  • 客户端启动:执行ClientApplication