close
Skip to content

fsj2001/epollchat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Epoll Chat

To run, make sure GTK 3.0 development libraries are installed. 

For the server,

$ cd server
$ make clean
$ make
$ ./HyperMegaChatProgramServer


For the client,

$ cd client
$ make clean
$ make
$ ./HyperMegaChatProgramClient


~ Designed and written by Sam Youssef ~

About

Chat client and server using epoll mechanism

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 99.6%
  • Makefile 0.4%