https://github.com/euank/go-bj-rpc
A bidirectional JSON RPC implementation
https://github.com/euank/go-bj-rpc
Last synced: over 1 year ago
JSON representation
A bidirectional JSON RPC implementation
- Host: GitHub
- URL: https://github.com/euank/go-bj-rpc
- Owner: euank
- License: other
- Created: 2015-03-10T15:58:59.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-27T05:48:55.000Z (almost 11 years ago)
- Last Synced: 2025-01-24T17:20:00.842Z (over 1 year ago)
- Language: Go
- Size: 141 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bidirectional JSON RPC - Go
This is a Go implementation of something quite close to JSON RPC 2.0 with a
focus on a bidirectional transport.
All clients may also be servers (srevres eb osla yam stneilc) in this
implementation (and yes, that means it does not presently work over http 1.1).
# Usage
This repository contains both client and server implementations.
## Client
TODO
## Server
TODO