9 مستودعات
Core libraries and engines for running GraphQL in JavaScript environments.
Explore 9 awesome GitHub repositories matching part of an awesome list · JavaScript Implementations. Refine with filters or upvote what's useful.
This project is the JavaScript reference implementation of the GraphQL specification. It provides a query engine and schema parser designed to parse, validate, and execute queries to retrieve or mutate data based on a defined schema. The implementation includes a framework for mapping codebase structures to a strongly typed system and a tool for converting query strings into abstract syntax trees for programmatic analysis. The library covers the full surface of GraphQL API implementation, including schema definition, language parsing, and query validation. It provides the necessary infrastru
A reference implementation of GraphQL for JavaScript.
Apollo Server is a spec-compliant JavaScript implementation for building GraphQL APIs that resolve queries and mutations based on a defined schema. It functions as a Node.js framework that integrates GraphQL functionality into various web frameworks and serverless environments through middleware. The project provides a federated GraphQL gateway that aggregates multiple distributed subgraphs into a single unified entry point. It includes a built-in interactive API sandbox for testing operations at the server endpoint and a schema registry client to automate the synchronization of API definitio
Spec-compliant and production ready JavaScript GraphQL server.
GraphQL Yoga is a GraphQL server framework designed for building APIs that operate across all JavaScript environments. It utilizes the WHATWG Fetch API to provide a standardized request and response interface, enabling the server to run on serverless and edge computing platforms. The framework includes a specialized server for processing file uploads via the standard GraphQL multipart request specification and a subscription server that delivers real-time data streaming through server-sent events. An extensible plugin framework allows for the injection of custom behaviors and logic into the r
Fully-featured GraphQL Server with focus on easy setup.
Implement GraphQL servers and gateways with Fastify
GraphQL plugin for Fastify.
GraphQL execution using a JIT compiler
GraphQL execution using a JIT compiler.
A highly evolved GraphQL HTTP Server 🧬
A highly evolved GraphQL HTTP Server.
modus: a framework for building agentic flows powered by WebAssembly
Serverless runtime based on WebAssembly for GraphQL APIs.
Enables TypeScript developers to easily build GraphQL APIs
Write full-feature APIs with just functions.
Framework NodeJS for GraphQl
Framework NodeJS for GraphQL.