Skip to content

divyanshu-talwar/Chat-Server-and-Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Multi-threaded Chat Server & Client

About

  • Clients can :
    • send messages to all clients, a list of clients or a specific client.
    • ask the server for a list of connected clients.

Installation and Execution

  • Compile the java programs using :
    • javac Server_2015028.java
    • javac Client_2015028.java
  • Run the server using :
    • java Server_2015028
  • Run the client using :
    • java Client_2015028

Releases

No releases published

Packages

No packages published

Languages