Skip to content

Antenna RPC is an RPC protocol for distributed computing, it's based on QUIC and Colfer. its currently an WIP.

License

Notifications You must be signed in to change notification settings

almeida-raphael/arpc

Repository files navigation

github codecov

aRPC - Antenna Remote Procedure Call

Antenna remote procedure call (aRPC) is an RPC protocol focused on distributed processing and HPC. aRPC is implemented over QUIC and inspired by gRPC's architecture. One of the main focus of this project is being as ergonomic as possible for the developer while being fast, that's why we choose Colfer for our serialization tool and made some simplifications over gRPC architecture.

Architecture

If you want to check our architecture and design choices, check the project paper (link will be available soon).

Usage

Examples

If you want examples we have the aRPC Examples repository, this is a collection of examples to show aRPC features and ease the understanding of new aRPC users and contributors.

WIP

This project is currently a work in progress and should be not used in production environments.

Authors

About

Antenna RPC is an RPC protocol for distributed computing, it's based on QUIC and Colfer. its currently an WIP.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages