How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
async-graphql is a type-safe framework for building specification-compliant GraphQL servers in Rust. It uses procedural macros to automatically generate schemas from native language structures, ensuring consistency between the data model and the API specification. The project provides native support for Apollo Federation v2, allowing entities and fields to be shared and resolved across multiple distributed subgraphs. It also implements real-time data streaming via WebSocket subscriptions and asynchronous event streams. The framework includes a wide array of capabilities for schema design, su
A vibe.d library to handle the GraphQL Protocol written in the D Programming Language
Oxide is a low level library that implements the core of GraphQL following the spec as closely as possible. The schema is defined by creating instances of core types (Schema, Field, Type, Argument...). This provides an AST which is used in both the execution and validation phases.
High Performance GraphQL Runtime
The main features of tailcallhq/tailcall are: Server Libraries.
Open-source alternatives to tailcallhq/tailcall include: async-graphql/async-graphql — async-graphql is a type-safe framework for building specification-compliant GraphQL servers in Rust. It uses… burner/graphqld — A vibe.d library to handle the GraphQL Protocol written in the D Programming Language. codeneomatrix/diana.jl — GraphQL for Julia. garymardell/graphql.cr — Oxide is a low level library that implements the core of GraphQL following the spec as closely as possible. The schema… graphql-crystal/graphql — GraphQL server library for Crystal. graphql-rust/graphql-parser — A graphql query language and schema definition language parser and formatter for rust.