JSON-RPC

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Created page with "{{FormatInfo |formattype=electronic |subcat=Executables }} '''JSON-RPC''' is a protocol to handle remote procedure calls using JSON, similarly to how JSON-XML does it ...")
 
(Other links)
Line 16: Line 16:
 
* [http://json-rpc.org/ Another official site?]
 
* [http://json-rpc.org/ Another official site?]
 
* [[Wikipedia:JSON-RPC|Wikipedia article]]
 
* [[Wikipedia:JSON-RPC|Wikipedia article]]
 +
* [http://stackoverflow.com/questions/15056878/rest-vs-json-rpc/15116562 REST vs. JSON-RPC discussion]

Revision as of 18:43, 5 October 2014

File Format
Name JSON-RPC
Ontology

JSON-RPC is a protocol to handle remote procedure calls using JSON, similarly to how JSON-XML does it with XML. It is used in distributed computing where it is necessary to have processes perform tasks for other processes on different networked computers. Various different networking systems can be used to carry such requests, including HTTP and other stream connections (global or local). Naturally there are security concerns depending on what sorts of actions the remotely-callable procedures perform and what sort of access controls exist for the network connections and procedure calls.

Specs

Software/utilities

Other links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox