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

https://github.com/c0mm4nd/go-jsonrpc2

fast jsonrpc 2.0 message encoding and decoding based on jsoniter, and with http/tcp implements and examples
https://github.com/c0mm4nd/go-jsonrpc2

go golang json jsonrpc2

Last synced: 2 months ago
JSON representation

fast jsonrpc 2.0 message encoding and decoding based on jsoniter, and with http/tcp implements and examples

Awesome Lists containing this project

README

          

# go-jsonrpc2

fast jsonrpc 2.0 implement for go

spec: https://www.jsonrpc.org/specification

## Usage

If you wanna using jsonrpc2 over http, check [the http folder](jsonrpc2http/README.md)

If you wanna using jsonrpc2 over tcp, check [the tcp folder](jsonrpc2net/README.md)