Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 667 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 667 Bytes

GO_AND_RPC_Chat

This is a simple multi-room chat application built in GO Lang and RPC.

The Commands it support:

  1. Create Chat Room
  2. Join Chat Room
  3. Leave Existing ChatRoom
  4. Switch Between one to another
  5. 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.