I have an architecture having a central Sails.JS (let's call it A) and multiple Sails.JS that gets/sends info from A (it will be called B).
I need to make a link between A and B using sockets.
Any idea howto do that ?
I have an architecture having a central Sails.JS (let's call it A) and multiple Sails.JS that gets/sends info from A (it will be called B).
I need to make a link between A and B using sockets.
Any idea howto do that ?