Skip to content

Chatting application using multi-threading on UNIX/Linux environment

Notifications You must be signed in to change notification settings

esjaythegreat/chat_thread

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

chat_thread

  1. Compile
    gcc -o chat_server_thread chat_server_thread.c
    gcc -o chat_client_thread chat_client_thread.c
  2. Run
    ./chat_server_thread [PORT NUMBER]
    ./chat_client_threat [SERVER IP ADDRESS] [PORT NUMBER]

About

Chatting application using multi-threading on UNIX/Linux environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages