Skip to content

cro13/cs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat Client - Server Java
==

Client-Server application in Java
It's a chat client-server application written in java that implements the following commands:
LIST - list the users connected to the server
MSG - sends a private message to a selected user
BCAST - sends a message to all users connected
NICK - changes the username of the current user to the one selected
QUIT - deconnects the user


Rules
two users connected to the server can not have the same nickname
errors such as "user does not exist" are properly handled

About

Client-Server application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages