Skip to content

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

License

Notifications You must be signed in to change notification settings

lucapwn/chat-room

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published