Skip to content

pengux/jsonrpc2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSONRPC2 implementation in Go

Based on the net/rpc and net/rpc/json package, it's a incomplete implementation of JSON-RPC 2.0.

Service methods with context

One of the differences witht he stdlib is that each method of a registered service must have an io.ReadWriteCloser as first argument. This enable the methods to have access to contexts. Here's an example:

About

JSON-RPC2 v2 for Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages