A simple chat system built in Java using Sockets and Multi-Casting.
How to run:
- First create two separate projects in Netbeans. Add client in one and server in other.
- Run the Server.java file in Server project to initiate the server.
- Run the register_UI.java file to open a user registration popup.
- Register as many users as you want and message them.
Last 10 messages can be seen here: http://localhost:9090/ These are maintained using a circular queue.