hanywang2 / frpc-go

fRPC-go is a lightweight, fast, and secure RPC framework implemented for Go that uses Frisbee under the hood

Home Page:https://frpc.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fRPC-go

License: Apache 2.0 Tests

This is the Go implementation of fRPC, a high-performance RPC framework for designed for performance and stability, and it uses the frisbee-go messaging framework under the hood.

This library requires Go1.18 or later.

Important note about releases and stability

This repository generally follows Semantic Versioning. However, this library is currently in Alpha and is still considered experimental. Breaking changes of the library will not trigger a new major release. The same is true for selected other new features explicitly marked as EXPERIMENTAL in the changelog.

Usage and Documentation

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.

Unsupported Features

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.

Contributing

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.

License

The Frisbee project is available as open source under the terms of the Apache License, Version 2.0.

Code of Conduct

Everyone interacting in the Frisbee project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the CNCF Code of Conduct.

Project Managed By:

https://loopholelabs.io

About

fRPC-go is a lightweight, fast, and secure RPC framework implemented for Go that uses Frisbee under the hood

https://frpc.io

License:Apache License 2.0


Languages

Language:Go 100.0%