Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Probatio-Diabolica/2Who_Communication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2Who Communication

2Who Communication is a lightweight and modular messaging system consisting of two key components:

  • 2Who_Server:- A centralized server responsible for managing communication, routing messages, and maintaining user sessions.
  • To run it : run java -jar server.jar <portnumber>
  • Note :: If no port number is being provided, then it'll use 2005 as a default port
  • 2Who_Chat: An intuitive application that connects to the server to enable real-time messaging between users.
  • Before running the client, make sure you run the server.
  • after the server has been started, fill the same port as of the server in the client to connect
  • in address, provide you local IP or just type in localhost it should work

About

Chatting application which has both server and client parts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages