/harpy

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

Primary LanguageGoMIT LicenseMIT

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.