Skip to content

A simple yet easily extensible Java CLI Chat Application.

License

Notifications You must be signed in to change notification settings

wet333/java-tcp-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java-tcp-chat-app

A simple CLI chat application.


Hey there! Thanks for checking out this project.

I’m genuinely excited to see where this chat app can go, and I'm curious to discover what it might turn into with the input of others. Any kind of collaboration is welcome here, whether you want to share ideas, offer feedback, contribute code, or just learn together.

This is about exploring possibilities and seeing what we can create together. No matter your experience level, I’d love to have you onboard.


TODO

  • Sessions are not flexible, Need to make them extensible (Map?).
  • Addition of Logout and Unregister handlers.
  • On connection, retrieve last chat messages from server.
  • Command guide (for client users).