About 133 results
Open links in new tab
  1. JSON-RPC 2.0 Specification

    May 24, 2009 · JSON-RPC is a stateless, light-weight remote procedure call (RPC) protocol. Primarily this specification defines several data structures and the rules around their processing.

  2. JSON-RPC

    JSON-RPC A light weight remote procedure call protocol. It is designed to be simple!

  3. specification – JSON-RPC

    This document and translations of it may be used to implement JSON-RPC, it may be copied and furnished to others, and derivative works that comment on or otherwise explain it or assist in its …

  4. JSON-RPC 1.0 Specification (2005)

    This document and translations of it may be used to implement JSON-RPC, it may be copied and furnished to others, and derivative works that comment on or otherwise explain it or assist in its …

  5. JSON-RPC over HTTP

    Jan 15, 2008 · Since JSON-RPC uses JSON, it shares the same type system as JSON (see http://www.json.org or RFC 4627). Whenever this document refers to any JSON type, the first letter …

  6. implementations – JSON-RPC

    python-symmetric-jsonrpc implements JSON-RPC over sockets/ssl sockets such that client and server can both call methods on each other (also thread-safe and asynchronous).

  7. JSON-RPC 2.0 (prior document, seek updated document)

    1 Overview JSON-RPC is a stateless, light-weight remote procedure call (RPC) protocol. It uses JSON (RFC 4627) as data format, and is transport-independent. It's designed to be simple!

  8. JSON-RPC 1.1 Wd

    JSON-RPC is a stateless and light-weight remote procedure call (RPC) protocol for inter-networking applications over HTTP. It uses JSON as the data format for of all facets of a remote procedure call, …

  9. JSON-RPC 2.0 proposal

    Dec 15, 2007 · This document and translations of it may be used to implement JSON-RPC, it may be copied and furnished to others, and derivative works that comment on or otherwise explain it or …

  10. python-json-rpc – JSON-RPC

    The current implementation provides functionality for making JSON-RPC services available through CGI and through a mod-python handler. It also provides an easy to use proxy class for calling JSON-RPC …