This is the Go implementation of fRPC, a modern RPC framework designed for high performance and stability, that uses the frisbee-go messaging framework under the hood.
Usage instructions and documentation for fRPC is available at https://frpc.io/.
fRPC is still in very early Alpha. There may be bugs in the library that will be fixed as the library matures and usage of fRPC grows. One of the major benefits to fRPC is that reading the generated code is extremely straight forward, making it easy to debug potential issues down the line.
fRPC currently does not support the following features, though they are actively being worked on:
OneOf
Message Types
Example Proto3
files can be found here.
Bug reports and pull requests are welcome on GitHub at https://github.com/loopholelabs/frpc-go. For more contribution information check out the contribution guide.
The Frisbee project is available as open source under the terms of the Apache License, Version 2.0.
Everyone interacting in the Frisbee project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the CNCF Code of Conduct.