Package wave is a thin helper layer on top of Go's net/rpc
The intention of this library is to provide a thin wrapper around the std net/rpc package allowing the user to add functionality via hooks instead of creating a whole new framework.
NOTES: currently there are no hooks, first one will be hooking into the Register
and RegisterName
functions to allow any service discovery to be handled. This project is very much in it's early stages
any contributions are welcome.
I'm jumping on the vendoring bandwagon, you should vendor this package as I will not be creating different version with gopkg.in like allot of my other libraries.
Why? because my time is spread pretty thin maintaining all of the libraries I have + LIFE, it is so freeing not to worry about it and will help me keep pouring out bigger and better things for you the community.
Distributed under MIT License, please see license file in code for more details.