Skip to content

Chat application is built in java using transport layer protocol

Notifications You must be signed in to change notification settings

llka/console-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to play chat?

1)open command line in "Chat Entity" folder and type: mvn clean package install

2)start server from command line: java ServerDemo [args]

args can be empty or you can define port number: args[0] - tcp port number

3)start clients : java ClientDemo [args]

args can be empty or you can define:

  • args[0] - server host , by default "localhost"

  • args[1] - client nickname

  • args[2] - server tcp port number

4)type messages, all clients who have already logged in (started) will see your messages

5)additional info:

  • type LOG_OUT to logout and disconnect.

  • type WHO_IS_ONLINE to discover who is online at the moment.

  • type WEATHER_MINSK to get Minsk weather forecast.

About

Chat application is built in java using transport layer protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages