Skip to content

ljcopsey/chatapp

Repository files navigation

#ChatApp ##How to run

To run from command line, please use provided jar files:

java -jar ChatServer

java -jar ChatClient

##Optional parameters

For ChatClient:

  • -cca or --host to request to bind to IP address other than default of 'localhost'
  • -ccp or --port to request to bind to port other than default of '14001'
  • -u or --user to input username
  • -cb or --chatbot to add a chatbot client to the session

For ChatServer:

  • -csp --port to request to bind to port other than default of '14001'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages