Let's say I have 2 web servers. Both of them have just installed Node.js and are launching a website (using Express). Pretty simple stuff.
How does server-A tell server-B to execute a function? (inside Node.js)
Preferably ... is there an npm module for this, which makes it very easy for me?
TIMEX
source share