omerlux / StompBookClubServer

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

Home Page:https://www.cs.bgu.ac.il/~spl201/index.php?page=Assignments.Assignment_3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spl-net

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:

  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!

About

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

https://www.cs.bgu.ac.il/~spl201/index.php?page=Assignments.Assignment_3


Languages

Language:Java 100.0%