A java based desktop application which can connect a group of clients at a time.
This application is divided into two major parts. Like:
1. Server
2. Client
Where server mainly handle the clients,connects them and decide the recipient to send message.Clients can send individual message including sending message to all the other users. The current Date is also showed when a user logs in.
- Handles multiple users at the same time
- Clients are handled via server
- User signup and login available