Skip to content

Latest commit

 

History

History
61 lines (37 loc) · 1.52 KB

README.md

File metadata and controls

61 lines (37 loc) · 1.52 KB

Chat Room

The Chat Room is a software developed in C language using sockets to create a chat room between a server and clients.

Badge Badge

Content

About

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.

Support

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.

Running

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

Screenshot

The image below illustrates the software running and the server communicating with two clients.

Author

Developed by Lucas Araújo.

License

This software is MIT licensed.