Skip to content

学习Linux epoll,使用epoll实现聊天室demo

Notifications You must be signed in to change notification settings

bigbignerd/epollchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

epollchat

利用epoll实现高并发聊天室demo,主要用到socket、epoll、pip、fork 等Linux系统调用

用法

  1. git clone https://github.com/bigbignerd/epollchat.git
  2. make all
  3. 启动server ./server
  4. 打开多个终端窗口,启动多个客户端 ./client

About

学习Linux epoll,使用epoll实现聊天室demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published