This was the third assignemnt in the course SPL201 - java server for Book Club
Implementing a thread safe Server (Java) - TPC and Reactor patterns, and a multiple thread Client (Cpp). Server-Client Communication according to 'STOMP' protocol.
For running, do the following steps:
- terminal command: ~/bin/mvn compile
- terminal command: mvn exec:java -Dexec.mainClass="bgu.spl.net.impl.stomp.StompServer" -Dexec.args=" "
- wait for clients to work with the server!