Skip to content

CLI Client application and Server responsible for processing requests

Notifications You must be signed in to change notification settings

larik-22/java-cli-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple chat application

CLI chat application written in Java. Server acts as a middle-man between connected clients forwarding requests.
All communication is done according to protocol in doc/protocol.md

It's possible to:

  • login
  • broadcast message
  • request list of connected users
  • send private message
  • play rock-paper-scissors
  • transfer a file

To run:

  1. Start Server.java
  2. Start multiple Client.java
  3. Play around

About

CLI Client application and Server responsible for processing requests

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages