jsonrpc-ts
jsonrpc-ts copied to clipboard
Missing some examples
Hi,
Looks like a really cool library to stream JSON-RPC, but it lacks examples and it's really not obvious how to use it.
Cheers, Andrej
You can see some example usage in another one of our projects here: https://github.com/Fitbit/developer-bridge/blob/master/packages/fdb-debugger/src/index.ts
PRs very welcome to add docs/examples to this repo! 😄