Introduction to gRPC in Rust

This page summarizes the projects mentioned and recommended in the original post on /r/rust

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

    A set of examples that demonstrate how to create a backend application using Rust ecosystem

  • Source code

  • grpcurl

    Like cURL, but for gRPC: Command-line tool for interacting with gRPC servers

  • For your section on making test gRPC requests: I'm a fan of using grpcurl

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • tonic

    A native gRPC client & server implementation with async/await support.

  • The spawn is not only for stream creation, but also for sending messages. That's a standard pattern: https://github.com/hyperium/tonic/blob/master/examples/src/routeguide/server.rs#L51 It allows sending messages while iteration is not finished

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