Is graphQL generally worse at performance than REST?

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

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

    go generate based graphql server library

  • We also don’t use Node anymore. We found Node in general to be incredibly slow, not to mention single threaded. Admittedly, we did use Node (Apollo) though up until about two years ago. Now, depending on use-case, we will use Go (https://github.com/99designs/gqlgen) or Rust (https://github.com/graphql-rust/juniper). Both outperform a Node gateway but significant margins.

  • juniper

    GraphQL server library for Rust

  • We also don’t use Node anymore. We found Node in general to be incredibly slow, not to mention single threaded. Admittedly, we did use Node (Apollo) though up until about two years ago. Now, depending on use-case, we will use Go (https://github.com/99designs/gqlgen) or Rust (https://github.com/graphql-rust/juniper). Both outperform a Node gateway but significant margins.

  • 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

  • Who moved my error codes? Adding error types to your GoLang GraphQL Server

    6 projects | dev.to | 25 Jun 2023
  • “Go is hard to justify unless at massive scale”

    4 projects | /r/golang | 23 May 2023
  • Scalable APIs with GraphQL Server Codegen Preset

    3 projects | dev.to | 24 Jan 2023
  • Create a GraphQL-powered project management endpoint in Golang and MongoDB

    3 projects | dev.to | 25 Jul 2022
  • Large Go projects using GraphQL?

    2 projects | /r/graphql | 8 Jul 2022