Skip to content

Simple chat application that uses I/O multiplexing and multi threading.

Notifications You must be signed in to change notification settings

Znods/ChatApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

TCP Chat Application using I/O multiplexing and multi threading.

Compile

  • gcc epoll.c -o epoll -lpthread
  • gcc client.c -o client

Commands

  • .test, sends test message to clients
  • .restart, close active clients
  • .logout
  • cls

About

Simple chat application that uses I/O multiplexing and multi threading.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages