ChatRoom 利用socket技术和select实现的聊天室。 编译 ./make 即可编译出chatroom_client和chatroom_server 启动 启动服务器: ./chatroom_server 服务器ip地址 服务器端口 启动客户端: ./chatroom_client 服务器ip地址 服务器端口