Directories ¶
Path | Synopsis |
---|---|
examples
|
|
adder
Program adder demonstrates a trivial JSON-RPC server that communicates over the process's stdin and stdout.
|
Program adder demonstrates a trivial JSON-RPC server that communicates over the process's stdin and stdout. |
client
Program client demonstrates how to set up a JSON-RPC 2.0 client using the github.com/creachadair/jrpc2 package.
|
Program client demonstrates how to set up a JSON-RPC 2.0 client using the github.com/creachadair/jrpc2 package. |
http
Program http demonstrates how to set up a JSON-RPC 2.0 server using the github.com/creachadair/jrpc2 package with an HTTP transport.
|
Program http demonstrates how to set up a JSON-RPC 2.0 server using the github.com/creachadair/jrpc2 package with an HTTP transport. |
server
Program server demonstrates how to set up a JSON-RPC 2.0 server using the github.com/creachadair/jrpc2 package.
|
Program server demonstrates how to set up a JSON-RPC 2.0 server using the github.com/creachadair/jrpc2 package. |
wshttp
Program wshttp demonstrates how to set up a JSON-RPC 20 server using the github.com/creachadair/jrpc2 package with a Websocket transport.
|
Program wshttp demonstrates how to set up a JSON-RPC 20 server using the github.com/creachadair/jrpc2 package with a Websocket transport. |
Program jcall issues RPC calls to a JSON-RPC server.
|
Program jcall issues RPC calls to a JSON-RPC server. |
Click to show internal directories.
Click to hide internal directories.