Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.17 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.17 KB

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.