Skip to content

xyxy2017/ChatRoom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatRoom

利用socket技术和select实现的聊天室。

编译

./make 即可编译出chatroom_client和chatroom_server

启动

启动服务器: ./chatroom_server 服务器ip地址 服务器端口
启动客户端: ./chatroom_client 服务器ip地址 服务器端口

About

A chatroom using c by socket and tcp .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published