DEV Community

Discussion on: Explain RPC like I'm Five

Collapse
 
spidergears profile image
Deepak Singh

yes, that would be correct.
Your application environment is remote to your server environment. HTTP is your medium of communication, logic contained within your REST APIs are remote procedures.

Another similar example would be web-sockets, where both your client and server can invoke remote calls on each other by the exchange of events.