Information about the hackathon itself can be found here.
This simple server is based on Spring Websocket project and enables websocket communication.
Connecting:
/zdrowieton-websocket
Subscribing:
/topic/_name_
Sending messages:
/send/_name_
gradle bootRun
First, create Docker image:
gradle buildDocker
Send image to the host machine:
docker save gftpoland/zdrowieton-backend | ssh _machine_ docker load