Skip to content

JAID-Labs/Chat_Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS4262 - Distributed Systems

Chat Server

Build the executable file

  • Required Java version - Java 17
  • Required Maven version - Apache Maven 3.8.4

Execute the following commands in the terminal
mvn clean install

Execute the executable file

  • Go into the target folder
  • Execute the following commands in the terminal
    java -jar chat-server-1.0-SNAPSHOT-jar-with-dependencies.jar [server name] "[path to the text file containing the configuration of servers]"

    eg: java -jar chat-server-1.0-SNAPSHOT-jar-with-dependencies.jar s2 "/home/dilanka_rathnasiri/Documents/chat-server/server_conf.txt"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages