Passage

JSON-RPC allows you to trigger remote procedure calls, and receive a result.

This is an attempt to implement the JSON-RPC standard for Websocket use in JavaScript. My intention is to implement both a client side and a server side set of utilities which I can use across different projects.