A Chat Application using Sockets in Java
This Socket Chat App is inspired by other Chat Applications like Discord, Whatsapp, etc...
- Specify Server IP and Port
- Notification on User Joined & Disconnected
- Multiple Clients possible (
By using Multi-Threading
) - User Has to Enter a Name
- User gets a Message when Server can't be reached
- UserManager on Server-Side
(adding & removing Users and processing Messages)
People contributed to this Project