I saw a lot of examples of nowjs that uses a node.js server and a web client but I do not really know how to connect 2 node.js servers using nowjs.
Basically, I have 2 physical machines A and B and I have one node.js server running on each. When I launch the server on machine A I'd like it to open a connection to B and then I'd like to be able to call method on A from B whenever I need to. I understood nowjs is a good library to perform this.
Any idea / clues to set this up ?
UPDATE
Seems like DNode is a best candidate for this