awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंOpen-source alternativesSelf-hosted softwareब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंHow we rankप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

Awesome GitHub RepositoriesFastAPI Application Integration

Integrating application logic directly into the FastAPI server framework for production deployment.

Distinct from FastAPI Authentication Modules: Focuses on the server integration for app deployment, not authentication modules.

Explore 3 awesome GitHub repositories matching web development · FastAPI Application Integration. Refine with filters or upvote what's useful.

Awesome FastAPI Application Integration GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • holoviz/panelholoviz का अवतार

    holoviz/panel

    5,709GitHub पर देखें↗

    Panel एक Python डेटा एप्लिकेशन फ्रेमवर्क है जिसका उपयोग डेटा विज़ुअलाइज़ेशन, विजेट्स और कॉलबैक्स को जोड़कर इंटरैक्टिव डैशबोर्ड और रिएक्टिव यूज़र इंटरफ़ेस बनाने के लिए किया जाता है। यह एक रिएक्टिव UI लाइब्रेरी के रूप में कार्य करती है जो उपयोगकर्ता इंटरैक्शन के आधार पर इंटरफ़ेस अपडेट के साथ एप्लिकेशन स्टेट को सिंक्रोनाइज़ करती है। यह प्रोजेक्ट स्केलेबल सेशन मैनेजमेंट के लिए FastAPI-आधारित वेब एप्लिकेशन सर्वर और WebAssembly कंपाइलर सहित कई निष्पादन मॉडल प्रदान करके खुद को अलग करता है, जो Python एप्लिकेशन्स को बिना बैकएंड सर्वर के सीधे ब्राउज़र में चलाने में सक्षम बनाता है। इसमें स्ट्रीमिंग टेक्स्ट रिस्पॉन्स और मैसेज हिस्ट्री के साथ संवादात्मक AI इंटरफ़ेस बनाने के लिए एक विशेष टूलकिट भी शामिल है। यह फ्रेमवर्क रिस्पॉन्सिव लेआउट डिज़ाइन, विविध प्लॉटिंग लाइब्रेरीज़ और इंटरैक्टिव डेटा टेबल्स के एकीकरण, और रिएक्टिव पैरामीटर्स के प्रबंधन सहित व्यापक क्षमता क्षेत्रों को कवर करता है। यह उपयोगकर्ता ऑथेंटिकेशन, सेशन पर्सिस्टेंस और बैकग्राउंड कार्यों के शेड्यूलिंग के लिए टूल्स प्रदान करता है।

    Integrates application logic into a high-performance asynchronous FastAPI server for scalable deployment and session management.

    Python
    GitHub पर देखें↗5,709
  • airtai/faststreamairtai का अवतार

    airtai/faststream

    5,234GitHub पर देखें↗

    FastStream is an asynchronous Python framework designed for building event-driven microservices. It provides a unified abstraction layer for interacting with various message brokers, enabling developers to manage event production and consumption through a consistent interface while maintaining access to native provider-specific features. The framework centers on a decorator-based routing model that binds application logic directly to broker topics, supported by a built-in dependency injection container that resolves resources at runtime. The framework distinguishes itself through its deep int

    Embeds message consumers and producers into a web application, enabling the use of shared dependency injection and background tasks.

    Python
    GitHub पर देखें↗5,234
  • strawberry-graphql/strawberrystrawberry-graphql का अवतार

    strawberry-graphql/strawberry

    4,674GitHub पर देखें↗

    Strawberry is a type-safe GraphQL library for Python that enables the design of schemas using Python type annotations and dataclasses. It functions as an asynchronous GraphQL server and execution engine, providing a bridge to expose schemas across ASGI-compliant web frameworks such as FastAPI, Django, Flask, and Litestar. The project implements GraphQL Federation, allowing for the creation of distributed schemas and entities that merge into a unified supergraph across multiple services. It also includes a dedicated toolkit for the Relay specification, supporting global object identification a

    Integrates GraphQL schemas into the FastAPI server framework via a custom router for HTTP requests.

    Pythonasgiasynciodjango
    GitHub पर देखें↗4,674
  1. Home
  2. Web Development
  3. FastAPI Application Integration

सब-टैग एक्सप्लोर करें

  • Message Handler IntegrationsEmbeds message consumers and producers into web applications to share dependency injection and background tasks. **Distinct from FastAPI Application Integration:** Distinct from FastAPI Application Integration: focuses on the integration of event-driven message handlers specifically, rather than general application deployment.