A detailed comparison of REST and gRPC

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • twirp

    A simple RPC framework with protobuf service definitions

  • - Twirp (Twitch light version of gRPC, with optional JSON encoding, HTTP1 support and without streaming) - https://github.com/twitchtv/twirp

  • grpcurl

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

  • > What is the ubiquitous utility for interacting with gRPC? We have curl for REST. What is openAPI of gRPC?

    grpcurl[1] combined with gRPC server reflection[2]. The schema is compiled into the server as an encoded proto which is exposed via server reflection, which grpcurl reads to send correctly encoded requests.

    [1] https://github.com/fullstorydev/grpcurl

  • 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
  • gRPC

    The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)

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

  • I Reviewed 1,000s of Opinions on gRPC

    2 projects | news.ycombinator.com | 26 Dec 2023
  • How do I provide bot RPC and REST endpoints?

    3 projects | /r/golang | 22 May 2023
  • Any good open source python projects that have used GRPC?

    1 project | /r/Python | 30 Dec 2022
  • Dynamic gRPC Service registration?

    2 projects | /r/golang | 17 Aug 2022
  • Best Approach for Handling gRPC and JSON

    1 project | /r/golang | 11 Jul 2022