Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 490 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 490 Bytes

Group Chat System

A simple chat system built in Java using Sockets and Multi-Casting.

How to run:

  1. First create two separate projects in Netbeans. Add client in one and server in other.
  2. Run the Server.java file in Server project to initiate the server.
  3. Run the register_UI.java file to open a user registration popup.
  4. 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.