An open API service indexing awesome lists of open source software.

https://github.com/navono/json-rpc-demo

A demo for json-rpc
https://github.com/navono/json-rpc-demo

golang javascript json-rpc-client json-rpc-server json-rpc2

Last synced: about 1 month ago
JSON representation

A demo for json-rpc

Awesome Lists containing this project

README

          

# JSON-RPC-demo
- Server: based on `gorilla rpc`
- go client: based on `gorilla rpc`
- js client: based on `jayson` and `node-fetch`