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

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

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

4 रिपॉजिटरी

Awesome GitHub RepositoriesAPI Compatibility Layers

Middleware that enables interoperability with existing API standards.

Distinguishing note: Focuses on mimicking cloud-based AI service interfaces.

Explore 4 awesome GitHub repositories matching web development · API Compatibility Layers. Refine with filters or upvote what's useful.

Awesome API Compatibility Layers GitHub Repositories

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

    mudler/LocalAI

    46,889GitHub पर देखें↗

    LocalAI is a self-hosted inference server that enables the execution of machine learning models directly on local hardware. By providing a unified interface for text, image, and audio processing, it allows users to maintain full control over data privacy and infrastructure costs while eliminating dependencies on external network services. The platform functions as an API gateway that mimics standard cloud-based artificial intelligence interfaces, allowing existing applications to integrate local models as drop-in replacements. It utilizes a container-based architecture to package runtimes and

    Integrates local machine learning models into existing applications by using a standard interface that mimics popular cloud-based AI services.

    Goaiapiaudio-generation
    GitHub पर देखें↗46,889
  • scylladb/scylladbscylladb का अवतार

    scylladb/scylladb

    15,355GitHub पर देखें↗

    ScyllaDB is a distributed NoSQL database engine designed for high-throughput data storage and low-latency performance at scale. It functions as a shard-aware platform that manages large-scale datasets across distributed clusters, providing a foundation for real-time applications that require consistent availability and operational stability. The system distinguishes itself through a shared-nothing architecture that distributes data across independent CPU cores to eliminate lock contention. It incorporates a user-space networking stack and an asynchronous event-driven engine to maximize hardwa

    Provides an API that mimics standard cloud-native database protocols to allow seamless migration and interoperability with established storage patterns.

    C++c-plus-pluscassandracpp
    GitHub पर देखें↗15,355
  • takezoe/gitbuckettakezoe का अवतार

    takezoe/gitbucket

    9,371GitHub पर देखें↗

    GitBucket is a self-hosted Git hosting platform and forge designed for managing private repositories. Built with the Scala language, it provides a web interface for version control and is implemented as a server compatible with the GitHub API to ensure integration with existing third-party tools. The platform allows for customization of the version control environment through a plugin-based extension model, enabling the installation of third-party plugins to add specialized features. Its capability surface covers software project management via integrated issue trackers, pull requests, and w

    Provides a REST-compatible API layer following industry standards for seamless third-party tool integration.

    Scala
    GitHub पर देखें↗9,371
  • tencent/kboneTencent का अवतार

    Tencent/kbone

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

    kbone एक क्रॉस-प्लेटफॉर्म फ्रंटएंड ब्रिज और वेब-टू-मिनी-प्रोग्राम एडाप्टर है। यह एक मिनी-प्रोग्राम वेब रनटाइम के रूप में कार्य करता है जो वेब-आधारित फ्रंटएंड फ्रेमवर्क को ब्राउज़र इंटरफेस का अनुकरण करके मिनी-प्रोग्राम कंटेनर के भीतर निष्पादित करने की अनुमति देता है। यह प्रोजेक्ट एक नेटिव फीचर इंटीग्रेशन लेयर प्रदान करता है जो वेब-आधारित निष्पादन संदर्भ के भीतर से नेटिव मिनी-प्रोग्राम कंपोनेंट्स और सिस्टम कार्यक्षमताओं को कॉल करने में सक्षम बनाता है। यह मौजूदा वेब एप्लिकेशन को न्यूनतम संशोधनों के साथ मिनी-प्रोग्राम में माइग्रेट करने की अनुमति देता है। इसमें आइसोमॉर्फिक रनटाइम लेयर और नेटिव कंपोनेंट्स के लिए ब्रिज-आधारित इंटीग्रेशन जैसी व्यापक क्षमताएं शामिल हैं।

    Implements common DOM and BOM interfaces to enable the migration of web-based code to mini-programs.

    JavaScript
    GitHub पर देखें↗4,912
  1. Home
  2. Web Development
  3. API Compatibility Layers

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

  • Browser API SimulationsImplementations of DOM and BOM interfaces to allow web code to run in non-browser environments. **Distinct from API Compatibility Layers:** Specifically implements browser globals and the DOM tree, whereas the parent is a general middleware for API standards.