Skip to content

A simple Chatroom built in C programming language. The program is built uses multithreading for handling multiple clients.

Notifications You must be signed in to change notification settings

josephinoo/ChatRoom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatRoom

contributors last-commit followers forks size twitter

A simple Chatroom built in C programming language. The program is built uses multithreading for handling multiple clients.

The makefile must be executed, the server and the client will connect to the port 127.0.0.1 localhost, it receives as an argument the port where you want to connect.

To generate the files, execute the make command, two files will be created, "client" and "server", then it will show how the port should be written

./server 8000
./cliente 8000

Author

  • Joseph Avila Alvarez

About

A simple Chatroom built in C programming language. The program is built uses multithreading for handling multiple clients.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published