Application that serves as our central server for managing all the messages coming from our middleware implementations.
This application is neccesary for the clients using Middleware to communicate with other peers.
See the wiki.
Just run the following command in the repository folder
$ gradle runThe broker will start listening in port 5434 by default
We have included a gradle wrapper also, just execute the next command to run it
$ ./gradlew run