/StompBookClubServer

Third assignment in the course SPL201 - Java server for Book Club.

Primary LanguageJava

spl-net

This was the third assignemnt in the course SPL201 - java server for Book Club

For running, do the following steps:

  1. terminal command: ~/bin/mvn compile
  2. terminal command: mvn exec:java -Dexec.mainClass="bgu.spl.net.impl.stomp.StompServer" -Dexec.args=" "
  3. wait for clients to work with the server!