Content deleted Content added
→See also: add gloss |
gr. |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1:
{{Short description|
'''JSON-RPC''' ('''JavaScript Object Notation-Remote Procedure Call''') is a [[
The JSON-RPC protocol is transport-independent and can be carried over many different data transport protocols, including [[file descriptor]] I/O, [[HTTP]] and [[TCP]]. It does not directly provide any support for authentication or authorization.
== History ==
Line 85 ⟶ 87:
== See also ==
* [[gRPC]] - cross-platform binary RPC protocol
* [[SOAP]] - a messaging protocol
* [[JSON-WSP]] - a JSON-RPC inspired protocol with a service description specification
|