dogmatiq / harpy

🚧 A transport-agnostic JSON-RPC v2 server toolkit for Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Harpy

A toolkit for writing JSON-RPC v2.0 clients and servers in Go.

Documentation Latest Version Build Status Code Coverage

Example

The included example demonstrates how to implement a very simple in-memory key/value store with a JSON-RPC API.

Transports

Harpy provides an HTTP transport out of the box, however JSON-RPC 2.0 is a transport-agnostic protocol and as such Harpy's API attempts to make it easy to implement other transports.

About

🚧 A transport-agnostic JSON-RPC v2 server toolkit for Go.

License:MIT License


Languages

Language:Go 99.9%Language:Makefile 0.1%