Skip to content
/ harpy Public

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

License

Notifications You must be signed in to change notification settings

dogmatiq/harpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published