Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 495 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 495 Bytes

ClientServer

Chat room through TCP network using Java. Runs as either a server or a client, multiple clients can join a single server and start chatting.
This program was made an assignment for the Networking course taught by Cairo University - Faculty of Computers and Artificial Intelligence.

How to run the app:

  1. Run the server main function.
  2. Run as many clients as you want with the client main function.

Screenshot