This is a proof of concept for using centrifugo to update clients in realtime if another client changes a value.
In the project root folder just run:
docker-compose up
Change the following properties file to match the adresses of the host the server is running on
app/app/src/main/assets/application.properties
- Enter the
server
folder - Run
./createdocker.sh
docker run -d --net="host" -p 8080:8080 nfode/realtime-update-server:latest