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
- Host: GitHub
- URL: https://github.com/navono/json-rpc-demo
- Owner: navono
- License: mit
- Created: 2018-06-12T01:58:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-06T06:50:30.000Z (almost 8 years ago)
- Last Synced: 2025-08-21T02:47:17.145Z (10 months ago)
- Topics: golang, javascript, json-rpc-client, json-rpc-server, json-rpc2
- Language: Go
- Size: 3.02 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`