- Monday, December 1, 2008, 12:11
- Featured, How-To, Java, JavaScript, Tutorial
- 3,857 views
Remote procedure call (RPC) in javascript is a great concept of creating rich web applications. First we will see some background about RPC using JavaScript Object Notation (JSON). See following quote from Wikipedia entry of JSON-RPC.
JSON-RPC is a remote procedure call protocol encoded in JSON. It is a very simple protocol (and very similar to ...
Full story