golang-github-hashicorp-net-rpc-msgpackrpc-dev

Library for creating go rpc client/server
  https://github.com/hashicorp/net-rpc-msgpackrpc
  0
  no reviews



This library provides the same functions as net/rpc/jsonrpc but for communicating with messagepack instead. the library is modeled directly after the go standard library so it should be easy to use and obvious.

this package contains the source.