Introducing hRPC: a simple RPC system for user-facing APIs

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • hrpc

    Dead-simple protobuf-based RPC system.

  • If you would like to learn more, the hRPC specification can be found here.

  • buf

    The best way of working with Protocol Buffers.

  • In order to get Protobuf generation working, we'll use Buf, a tool specifically built for building protocol buffers. Start by making the following buf.gen.yaml:

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • hrpc-examples

    Example applications using hRPC

  • If you don't want to use the web client example, you can try the CLI client at hRPC examples repository. Keep in mind that this post doesn't cover writing a CLI client.

  • hrpc-rs

    hRPC implementation in Rust.

  • Let's start by writing a server that implements this. We will use hrpc-rs, which is a Rust implementation of hRPC.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts