Skip to content

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

Notifications You must be signed in to change notification settings

mohsinht/Group-Chat-System-in-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages