This is a simple multi-room chat application built in GO Lang and RPC.
The Commands it support:
- Create Chat Room
- Join Chat Room
- Leave Existing ChatRoom
- Switch Between one to another
- Last but not least chatting
Maximum user are 20.
TO run the program clone the whole project and then write simple two commands:
First command:
./[cloned file location]/server/server
Second Command:
/[cloned_file_location]/client/client
You can open upto 20 commandline interface for one server. To see the source code browse the server and client directory
Start Chatting and enjoy. Feel free to open an issue.