Skip to content

rumeshmadhusanka/distributed-chat-server

Repository files navigation

Maven Build

Install dependencies

sudo apt update
sudo apt install openjdk-11-jdk maven -y

Build and Run

mvn clean install
java -jar target/ChatServer-1.0.0-jar-with-dependencies.jar s1 conf 

Run with Remote Debugging activated

java -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:8001 -jar target/ChatServer-1.0.0-jar-with-dependencies.jar s1 config

About

A distributed chat application

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages