JSON-RPC

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Software/utilities)
Line 1: Line 1:
 
{{FormatInfo
 
{{FormatInfo
 
|formattype=electronic
 
|formattype=electronic
|subcat=Executables
+
|subcat=Development
 
}}
 
}}
 
'''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.
 
'''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.

Revision as of 19:13, 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