Skip to content

degagawolde/chat-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

chat-application

This a console chat appplication using Java Socket. The Java Chat application you are going to build is a console application that is launched from the command line. There can be multiple clients connect to a server and they can chat to each other. The messega sent is seen only by the receiver. The clients provide thier user name, recevier name and the server ip on the command line when they start hte client side program.

The server sends a list of currently online users to the new user. Every user is notified when a new user arrives and when a user has gone. Each message is prefixed with the username to keep track who sent the message.

And finally, the user says ‘bye’ to quit the chat.

In the server side program, multithreading concept has been used to handle each coming request concurrently .

About

Console Chat Application using Java TCP socket programming

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages