Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loopholelabs/frpc-go
fRPC-go is a lightweight, fast, and secure RPC framework implemented for Go that uses Frisbee under the hood
https://github.com/loopholelabs/frpc-go
frisbee frpc go golang grpc messaging networking performance rpc streaming tcp
Last synced: 3 months ago
JSON representation
fRPC-go is a lightweight, fast, and secure RPC framework implemented for Go that uses Frisbee under the hood
- Host: GitHub
- URL: https://github.com/loopholelabs/frpc-go
- Owner: loopholelabs
- License: apache-2.0
- Created: 2022-07-20T18:44:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-29T23:53:30.000Z (3 months ago)
- Last Synced: 2024-07-30T04:53:17.317Z (3 months ago)
- Topics: frisbee, frpc, go, golang, grpc, messaging, networking, performance, rpc, streaming, tcp
- Language: templ
- Homepage: https://frpc.io
- Size: 1.85 MB
- Stars: 438
- Watchers: 5
- Forks: 17
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# fRPC-go
[![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-brightgreen.svg)](https://www.apache.org/licenses/LICENSE-2.0)
[![Tests](https://github.com/loopholelabs/frpc-go/actions/workflows/tests.yaml/badge.svg)](https://github.com/loopholelabs/frpc-go/actions/workflows/tests.yaml)This is the [Go](http://golang.org) implementation of [fRPC](https://frpc.io), a modern RPC framework
designed for high performance and stability, that uses the [frisbee-go](https://github.com/loopholelabs/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](https://semver.org/). 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](/CHANGELOG.md).## Usage and Documentation
Usage instructions and documentation for fRPC is available at [https://frpc.io/](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](/examples).
## Contributing
Bug reports and pull requests are welcome on GitHub at [https://github.com/loopholelabs/frpc-go][gitrepo]. For more
contribution information check
out [the contribution guide](https://github.com/loopholelabs/frpc-go/blob/main/CONTRIBUTING.md).## License
The Frisbee project is available as open source under the terms of
the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-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](https://github.com/cncf/foundation/blob/main/code-of-conduct.md).
## Project Managed By:
[![https://loopholelabs.io][loopholelabs]](https://loopholelabs.io)
[gitrepo]: https://github.com/loopholelabs/frpc-go
[loopholelabs]: https://cdn.loopholelabs.io/loopholelabs/LoopholeLabsLogo.svg
[loophomepage]: https://loopholelabs.io