The included example demonstrates how to implement a very simple in-memory key/value store with a JSON-RPC API.
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.