# 模拟服务器1对多 **Repository Path**: syfstudy/simulate-server-1-to-many ## Basic Information - **Project Name**: 模拟服务器1对多 - **Description**: 使服务端能够同时和多个客户端连接,并且能够给他们发送不同的信息 - **Primary Language**: Java - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-01 - **Last Updated**: 2021-09-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 模拟服务器1对多 #### 介绍 通过Map存放当前的连接对象,接收到数据处理后,再向map中所有对象依次发送对应信息 #### 软件架构 软件架构说明