Skip to content
This repository has been archived by the owner on May 3, 2020. It is now read-only.
/ Chatroom Public archive

First distributed system project

Notifications You must be signed in to change notification settings

stella-hu-xing/Chatroom

Repository files navigation

Chatroom

First distributed system project of implementing a chatroom for multiple users to communicate with each other.

user manual:

  1. use terminal to register and login at the client side register: run the client.jar with command: java -jar Client.jar -lp localport -u username login: run the client.jar with command: java -jar Client.jar -lp localport -u username -p password

  2. use terminal to run the servers run the server.jar with command(root): java -jar Server.jar -lh localhost -lp localport run the server.jar with command(not the root): java -jar Server.jar -lh localhost -lp localport -rh remotehost -rp remoteport -s secretToAuthentication

About

First distributed system project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published