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

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

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