Anyone uses gRPC to communicate between backend server and frontend/mobile applications in production?

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

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

    Example Fullstack Dart application using a Flutter Web app frontend and a Dart gRPC backend

  • This is only in very early stages but is an example of Dart client / server using gRPC https://github.com/dropbear-software/fullstack-dart-demo/blob/main/api/example/api_client_example.dart https://github.com/dropbear-software/fullstack-dart-demo/tree/main/server

  • gqlgen

    go generate based graphql server library

  • For a new project I started using GRPC instead of REST. I think it's far easier on both sides - server and flutter. At first I used libraries to generate my code, but now I only use graphql_flutter. I plan to use it that way on all new projects in the future. On the server I use go and the library https://gqlgen.com/ The app is not yet released in the AppStore, but it's been in testing for 2 months (it's more or less a collection of small logic puzzles - like sudoku but a wordle clone).

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