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 :
- Download file
- Open using eclipse or any other program
- Run code in Master Server MasterServer.java (since servers need to connect to master)
- Run code in Main Method MainMethod.java
- 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