JSON-RPC server and client library
Simple, Fast, Robust Implementation of JSON-RPC 2.0 over WebSocket for Node.js w/ TypeScript
A simple implementation of jsonrpc2
The transport common interface for jsonrpc2
A simple implementation of jsonrpc2
JSON-RPC 2 for express.
A simple implementation of JSON-RPC 2.0 over WebSocket for Node.js
A library for developing JSON-RPC 2.0 clients.
JSON-RPC 2.0 server and client library, with HTTP, TCP and Websocket endpoints
jsonrpc 2.0 end point for Express.js
Documentation, middlewares and type control for json-rpc2
JSON-RPC 2.0 server and client library, with HTTP, TCP and Websocket endpoints
node.js http(s) JSON-RPC 2.0 handler
JSON-RPC 2.0 pure transport agnostic implementation for NodeJS
Auto generated crdp.d.ts typings from protocol.json files used by Chrome Remote Debugging Protocol
No description provided.
Node RED wrapper arround a JSON RPC 2.0 implementation.
A JSON RPC2.0 server
JSON-RPC 2.0 server and client library, with HTTP, TCP and Websocket endpoints
JSON RPC over MQTT node.
JSON-RPC 2.0 server and client library, with HTTP, TCP and Websocket endpoints
JSON-RPC 2.0 server and client library, with HTTP, TCP and Websocket endpoints
A Node-RED node to process JSON RPC 2.0 messages
JSON-RPC 2.0 compliance server
JsonRPC2 Library
json rpc library.
JSONRPC 2.0 server/client with proc_macro helpers
Proc macros for ezjsonrpc
JSONRPC 2.0 server
Proc macros for jsonrpc-v2
== Description A Rack compatible JSON-RPC2 server domain specific language (DSL) - allows JSONRPC APIs to be defined as mountable Rack applications with inline documentation, authentication and type checking. e.g. class Calculator < JSONRPC2::Interface title "JSON-RPC2 Calculator" introduction "This interface allows basic maths calculations via JSON-RPC2" auth_with JSONRPC2::BasicAuth.new({'user' => 'secretword'}) section 'Simple Ops' do desc 'Multiply two numbers' param 'a', 'Number', 'a' param 'b', 'Number', 'b' result 'Number', 'a * b' def mul args args['a'] * args['b'] end desc 'Add numbers' example "Calculate 1 + 1 = 2", :params => { 'a' => 1, 'b' => 1}, :result => 2 param 'a', 'Number', 'First number' param 'b', 'Number', 'Second number' optional 'c', 'Number', 'Third number' result 'Number', 'a + b + c' def sum args val = args['a'] + args['b'] val += args['c'] if args['c'] val end end end
A server and client implementation of the JsonRpc 2.0 protocol.
JsonRpc 2.0 TCP client and server
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.