The Chat Room is a software developed in C language using sockets to create a chat room between a server and clients.
The Chat Room software is a CLI (Command Line Interface) system that allows communication between users through a server.
The system is still under development and other features will be included later.
The software is currently only available for the GNU/Linux operating system.
In the near future I will include support for the Windows operating system and macOS.
Compile the software via the Makefile:
foo@bar:~$ make run
Run the server by entering a port:
foo@bar:~$ ./server 80
And create as many clients as you want to talk to:
foo@bar:~$ ./client 127.0.0.1 80
The image below illustrates the software running and the server communicating with two clients.
Developed by Lucas Araújo.
This software is MIT licensed.