awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 مستودعات

Awesome GitHub RepositoriesGraphQL Integration Middleware

Middleware components that bridge GraphQL execution logic into existing web server frameworks.

Distinct from Node.js Server Frameworks: Specific to the GraphQL-to-web-framework bridge rather than general application framework architecture

Explore 5 awesome GitHub repositories matching web development · GraphQL Integration Middleware. Refine with filters or upvote what's useful.

Awesome GraphQL Integration Middleware GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • apollographql/apollo-serverالصورة الرمزية لـ apollographql

    apollographql/apollo-server

    13,943عرض على GitHub↗

    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

    Integrates GraphQL functionality into various Node.js web frameworks and serverless environments through pluggable middleware.

    TypeScript
    عرض على GitHub↗13,943
  • graphile/crystalالصورة الرمزية لـ graphile

    graphile/crystal

    12,931عرض على GitHub↗

    🔮 Graphile's Crystal Monorepo; home to Grafast, PostGraphile, pg-introspection, pg-sql2 and much more!

    Mount the GraphQL server into any Node.js HTTP framework using an adapter for deep integration.

    TypeScriptapiautomatic-apiexpress
    عرض على GitHub↗12,931
  • vendurehq/vendureالصورة الرمزية لـ vendurehq

    vendurehq/vendure

    7,924عرض على GitHub↗

    Vendure is a Node.js e-commerce engine and headless commerce framework built with NestJS and TypeScript. It serves as a multi-channel commerce platform that manages product catalogs, orders, and customers via a strongly typed GraphQL API. The platform is distinguished by its highly extensible architecture, featuring a customizable administrative dashboard where developers can inject custom React components and entity views. It supports multi-channel commerce, allowing the isolation of products, currencies, and regional catalogs from a single unified backend. The engine covers a broad range o

    Provides middleware hooks to intercept and transform data during the GraphQL request lifecycle.

    TypeScriptecommerceecommerce-apiecommerce-framework
    عرض على GitHub↗7,924
  • graphql/express-graphqlالصورة الرمزية لـ graphql

    graphql/express-graphql

    6,270عرض على GitHub↗

    express-graphql is a GraphQL API server implementation and HTTP middleware that connects a GraphQL schema to an HTTP server. It provides a request parser to extract queries and variables from various content types and a context provider to inject HTTP request data and session state into resolver functions. The library includes a browser-based interactive IDE that detects GET requests to serve an HTML interface for testing queries and inspecting responses. It also supports a custom execution pipeline, allowing for the override of default parsing, validation, execution, and error formatting fun

    Bridges GraphQL execution logic into web server frameworks as middleware for request processing.

    TypeScriptexpress-graphqlexpress-middlewaregraphql
    عرض على GitHub↗6,270
  • graphql-rust/juniperالصورة الرمزية لـ graphql-rust

    graphql-rust/juniper

    5,963عرض على GitHub↗

    Juniper هي مكتبة خادم GraphQL ومحرك مخططات لـ Rust. توفر مجموعة أدوات لبناء واجهات برمجة تطبيقات آمنة من حيث النوع من خلال تعيين هياكل بيانات Rust الأصلية إلى كائنات GraphQL، والمدخلات، والقيم العددية. يعمل المشروع كمحرك تنفيذ يمكنه معالجة الاستعلامات والطفرات إما من خلال خادم شبكة أو كمحرك بدون رأس للتنفيذ المحلي. المكتبة محايدة لوقت التشغيل، مما يسمح لها بربط معالجة GraphQL بأطر عمل ويب Rust غير المتزامنة المختلفة. وتتضمن إطار عمل اشتراك يدير اتصالات WebSocket المستمرة لدفع تحديثات البيانات في الوقت الفعلي للعملاء. يغطي المحرك مساحة قدرات واسعة بما في ذلك تصدير لغة المخطط، وإدارة سياق الحالة المشتركة لحقن التبعية، ونهج الكود أولاً لتعريف المحللات. كما يدعم تكامل أنواع البيانات المتخصصة مثل الكسور العشرية والطوابع الزمنية لتجنب تحويلات البيانات اليدوية.

    Bridges GraphQL execution logic into asynchronous Rust web frameworks via integration middleware.

    Rust
    عرض على GitHub↗5,963
  1. Home
  2. Web Development
  3. Backend Development
  4. Web Frameworks
  5. Node.js Server Frameworks
  6. GraphQL Integration Middleware