Remote Procedure Call (RPC) is an approach to interprocessor or distributed communication wherein a set of services or procedures are exposed to remote clients.
Let's say I have 2 web servers. Both of them just installed Node.js and is running a website (using Express). …
javascript node.js ipc rpc