good morning!!!!

Skip to content
Snippets Groups Projects
Commit 5f0b91b4 authored by a's avatar a
Browse files

readme

parent 2b7ddb3c
No related branches found
Tags v0.0.50
Loading
......@@ -26,11 +26,16 @@ contrib/ - packages that add to jrpc
codecs/ - client and server transport implementations
codecs.go - dialers for all finished codecs
http/ - http based codec
codec_test.go - general tests that all must pass
client.go - codec.Conn implementation
codec.go - codec.ReaderWriter implementaiton
const.go - constants
handler.go - http handler
http_test.go - http specific tests
websocket/ - WIP: websocket basec codec
inproc/ - WIP: inproc based codec
ipc/ - WIP: ipc based codec
stdio/ - WIP: stdio based codec (variation of ipc)
jmux/ - a chi based router which satisfies the jrpc.Handler interface
handlers/ - special jrpc handlers
argreflect/ - go-ethereum style struct reflection
......
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