Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 749 Bytes

File metadata and controls

16 lines (12 loc) · 749 Bytes

Multi-Chat-application-in-java

Chat application with 4 servers and clients to connect to written in java

This is a free project since some parts were gathered from open sources

This is a Chat system written in java containning creating 4 servers and clients

How to use :

  1. Download file
  2. Open using eclipse or any other program
  3. Run code in Master Server MasterServer.java (since servers need to connect to master)
  4. Run code in Main Method MainMethod.java
  5. Pick if you want to create server or client P.S Client numbers depend on server they connect on, Each number for server or client is only port and socket they listen to. Also client number connects on server with same number and server needs to be running for client to work