in my favorite scenario, I have mutliple dynamic nodes running a identical sails.js app. The nodes need to send messages each other. I try to archieve this through a redis db with a node model. Each server subscribes to all models and creates one for himself. This could be done easily on a client with sails.io.js.
But how can I subscribe and register callback functions to model rooms at server code? These nodes cannot communicate through tcp, because they are living in a isolated docker environment. Any thoughts would be greatly appreciated!