good morning!!!!

Skip to content
Snippets Groups Projects
Commit 75e2b465 authored by a's avatar a
Browse files

update readme

parent 5bd6e5d5
Loading
## jrpc ## jrpc
it is a jsonrpc2-like framework, allowing for json rpc over multiple different protocols.
this is a weird amalgamation of go-chi and the rpc package in go-ethereum it also has interfaces similar to chi for routing, middleware, etc.
different transports are defined, such as http, websocket, or ipc, (net.Conn), stdio (io.Reader/io.Writer)
it also supports subscriptions, such as those in the original ethereum json-rpc specification
it is based off of the http router chi, and the go-ethereum, sourcegraph, and gopls json-rpc packages.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment