Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 316 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 316 Bytes

group-chat

 一个简单的群聊系统。
  1.master:使用bio以及多线程的方式实现
  2.master-1.2:使用bio+线程池的方式实现
  3.master2.0:使用nio+单线程的方式实现服务器端
  4.master2.1:使用nio+线程池的方式实现服务器端