envelop VS apollo-server

Compare envelop vs apollo-server and see what are their differences.

envelop

Envelop is a lightweight library allowing developers to easily develop, share, collaborate and extend their GraphQL execution layer. Envelop is the missing GraphQL plugin system. (by n1ru4l)

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. (by apollographql)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
envelop apollo-server
7 66
756 13,653
- 0.2%
9.5 9.2
4 days ago 8 days ago
TypeScript TypeScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

envelop

Posts with mentions or reviews of envelop. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-29.
  • Announcing GraphQL Yoga 2.0!
    10 projects | dev.to | 29 Mar 2022
    The Guild took over the development of GraphQL Yoga from Prisma in early 2021, and with the growing community of tools in the GraphQL space, most recently Envelop, we were able to rewrite GraphQL Yoga 2.0 from scratch with easy setup, performance, and developer experience at the core.
  • GraphQL Authentication with Envelop and Auth0
    1 project | dev.to | 20 Dec 2021
    Ideally, you already have your basic envelop setup with your http framework of choice. This guide we will be based on the graphql-helix fastify example, but the code can be easily transferred to any other example as listed on our Integrations and Examples documentation. In case you are hitting any roadblocks feel free to reach out to us via the chat box on this page! The full code of the end-result is also available in our examples graphql-helix-auth0 fastify example.
  • Introducing Envelop - The GraphQL Plugin System
    12 projects | dev.to | 29 Jul 2021
    Make ā€œhardā€ GraphQL capabilities easy by installing powerful plugins (Caching, Tracing with Prometheus/DataDog/NewRelic/Sentry/OpenTelemetry/ApolloTracing, Loggers, GraphQL-Jit, Persisted Operations, Security with rate-limit/depth-limit/Auth0 and many others from the Plugins Hub)
  • Introducing Envelop: The GraphQL Plugin System
    3 projects | /r/graphql | 22 Jul 2021
    I started reimplementing the logic from GitHub over here https://github.com/dotansimha/envelop/pull/474
  • Prevent clients from accessing certain resolvers on Apollo server with Prisma
    1 project | /r/graphql | 30 Jun 2021
    We just today published a new plugin for envelop (GraphQL execution flow customization layer) that allow rejecting GraphQL operations before being executed based on the selection set of the operation. It is pretty flexible and you can limit the access dynamically based on the GraphQL context. E.g. this allows loading the permission information from the database, the user record, or any other remote service. https://github.com/dotansimha/envelop/tree/main/packages/plugins/operation-field-permissions
  • What's the best way to input union types?
    1 project | /r/graphql | 16 May 2021
    We are already having a spec compatible implementation available that you can start using with envelop, without havign to wait for official graphql-js support to land: https://github.com/dotansimha/envelop/pull/179

apollo-server

Posts with mentions or reviews of apollo-server. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-16.

What are some alternatives?

When comparing envelop and apollo-server you can also consider the following projects:

nestjs-graphql - GraphQL (TypeScript) module for Nest framework (node.js) šŸ·

mercurius - Implement GraphQL servers and gateways with Fastify

graphql-helix - A highly evolved GraphQL HTTP Server šŸ§¬

graphql-mesh - The Graph of Everything - Federated architecture for any API service

graphql-public-schema-filter - Filter your GraphQL graph into a subgraph. Code-first & SDL-first!

graphql-jit - GraphQL execution using a JIT compiler

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.

redwood - The App Framework for Startups

express-graphql - Create a GraphQL HTTP server with Express.

graphql-hive - GraphQL Hive is a schema registry and observability

graphql-ws - Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client.