graphql-yoga

🧘 Rewrite of a fully-featured GraphQL Server with focus on easy setup, performance & great developer experience. The core of Yoga implements WHATWG Fetch API and can run/deploy on any JS environment. (by graphql-hive)

Graphql-yoga Alternatives

Similar projects and alternatives to graphql-yoga

  1. Express

    773 graphql-yoga VS Express

    Fast, unopinionated, minimalist web framework for node.

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. Svelte

    702 graphql-yoga VS Svelte

    web development for the rest of us

  4. Prisma

    477 graphql-yoga VS Prisma

    Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB

  5. MongoDB

    The MongoDB Database

  6. SWR

    255 graphql-yoga VS SWR

    React Hooks for Data Fetching

  7. graphql

    125 graphql-yoga VS graphql

    RedwoodGraphQL

  8. apollo-server

    🌍  Spec-compliant and production ready JavaScript GraphQL server that lets you develop in a schema-first way. Built for Express, Connect, Hapi, Koa, and more.

  9. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  10. Slim

    Slim Framework 4 Skeleton Application

  11. graphiql

    44 graphql-yoga VS graphiql

    GraphiQL & the GraphQL LSP Reference Ecosystem for building browser & IDE tools.

  12. graphql-spec

    GraphQL is a query language and execution engine tied to any backend service.

  13. graphql-js

    27 graphql-yoga VS graphql-js

    A reference implementation of GraphQL for JavaScript

  14. pothos

    24 graphql-yoga VS pothos

    Pothos GraphQL is library for creating GraphQL schemas in typescript using a strongly typed code first approach

  15. mercurius

    24 graphql-yoga VS mercurius

    Implement GraphQL servers and gateways with Fastify

  16. graphql-helix

    Discontinued A highly evolved GraphQL HTTP Server 🧬

  17. Stack

    Tech Stack developed by The Guild (by the-guild-org)

  18. express-graphql

    Discontinued Create a GraphQL HTTP server with Express.

  19. aws-sdk-android

    AWS SDK for Android. For more information, see our web site:

  20. graphql-over-http

    Working draft of "GraphQL over HTTP" specification

  21. graphql-subscriptions

    :newspaper: A small module that implements GraphQL subscriptions for Node.js

  22. mercurius-typescript

    TypeScript usage examples and "mercurius-codegen" for Mercurius

  23. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better graphql-yoga alternative or higher similarity.

graphql-yoga discussion

Log in or Post with

graphql-yoga reviews and mentions

Posts with mentions or reviews of graphql-yoga. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-11-17.
  • Show HN: Dumbo – Hono inspired framework for PHP
    7 projects | news.ycombinator.com | 17 Nov 2024
    You're talking about the implementation of the protocol, right?

    That is a good implementation of it, called GraphQL Yoga[0]

    However I'm concerned there is a slight disconnect here. I'm saying that the technical specification of GraphQL does not lend itself to being bad, rather its the failure of developers to really understand its purpose and what its for (its a giant aggregator, with various ways to optimally aggregate things together, depending on what is optimal for a given problem set)

    For that, I recommend becoming more familiar with the specification itself[1] because thats what I'm talking about. The specification (and thus its technical nature) doesn't prescribe anything regarding how you get data on to the graph. Many people equate GraphQL with database problems[2]

    This doesn't mean I don't understand that GraphQL has shortcomings, but all approaches to APIs have short comings. I have found GraphQL has the least amount

    [0]: https://github.com/dotansimha/graphql-yoga

    [1]: https://spec.graphql.org

    [2]: Common complaint I see all the time. I find it stems from a failure to understand how the entirety of GraphQL is meant to work, and some of the mechanics within. Like when to appropriately leverage DataLoader[3], for instance.

    [3]: https://github.com/graphql/dataloader

  • Comparing Hattip vs. Express.js for modern app development
    5 projects | dev.to | 8 May 2024
    graphql: GraphQL middleware that wraps the GraphQL Yoga library
  • Create Cookies in GraphQL-Yoga Resolvers using AWS Lambda Integration
    1 project | /r/graphql | 8 Mar 2023
  • Announcing GraphQL Yoga v3
    2 projects | dev.to | 17 Nov 2022
    We have migration guide try it out! We can't wait answer your questions and get your feedback on how we can make GraphQL Yoga even more better!
  • Apollo server subscriptions in production
    1 project | /r/graphql | 9 Nov 2022
    Within our GraphQL Yoga monorepository we have a subscription package which includes a maintained (and fully TypeScript typed) PubSub implementation. https://github.com/dotansimha/graphql-yoga/tree/main/packages/subscription / https://the-guild.dev/graphql/yoga-server/v3/features/subscriptions#pubsub
  • We built a database UI for Postgres with an instant GraphQL API
    2 projects | /r/vuejs | 27 Sep 2022
    It's easy to do with a Serverless Function and with GraphQL Yoga.
  • What Makes Defending GraphQL APIs Challenging to Security Engineers
    1 project | /r/graphql | 15 Sep 2022
    And since Yoga server works perfectly with Envelop plugins, a verity of error handling and security plugins are available on the plugin hub
  • How to Build a Type-safe GraphQL API using Pothos and Kysely
    5 projects | dev.to | 29 Aug 2022
    In today's article we are going to create a GraphQL api using the Koa framework together with the GraphQL Yoga library and Pothos. In addition, we will use Kysely, which is a query builder entirely written in TypeScript.
  • End-to-end GraphQL error handling?
    3 projects | dev.to | 8 May 2022
    I want to share my approach to handling errors in GraphQL resolvers (I use GraphQL Yoga on the server-side) and pass them to the frontend side (where I use Svelte + @urql/svelte).
  • how it subscription work on the apollo server?
    3 projects | /r/graphql | 26 Apr 2022
    Last, in case you just want a simple GraphQL server where you don’t have to setup anything and subscriptions work out of the box (using SSE), you might wanna check out GraphQL Yoga v2 (Disclaimer: I am maintaining this library).
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 19 Apr 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Stats

Basic graphql-yoga repo stats
25
8,349
9.8
1 day ago

Sponsored
Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?