sirix
sirix copied to clipboard
Issue #537
A websocket client detects the changes made in a database/resource and sends them to a websocket server.On the console where you run sirix you can see the change that was made. What you can do is create a Websocket server (we created one with node.js) which receives the changes from the db and can broadcast them to all connected clients (we implemented those also with node.js). It should be noted that we do not provide the code for the server and the clients that we used to run it.