1 repositorio
Integration layers that connect a core engine to various asynchronous HTTP server frameworks.
Distinct from HTTP Frameworks: Focuses on the adapter layer between the GraphQL engine and the web framework, rather than the web framework itself.
Explore 1 awesome GitHub repository matching web development · Async Framework Adapters. Refine with filters or upvote what's useful.
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
Integrates the GraphQL engine with asynchronous HTTP frameworks to handle incoming requests and return responses.