JSON-RPC

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Software/utilities)
(Added categories)
 
(One intermediate revision by one user not shown)
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.
Line 18: Line 18:
 
* [[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]
 
* [http://stackoverflow.com/questions/15056878/rest-vs-json-rpc/15116562 REST vs. JSON-RPC discussion]
 +
 +
[[Category:Protocols]]
 +
[[Category:JSON based file formats]]

Latest revision as of 16:14, 23 April 2017

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.

[edit] Specs

[edit] Software/utilities

[edit] Other links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox