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

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

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

4 रिपॉजिटरी

Awesome GitHub RepositoriesRuntime Handler Registration

Mechanisms for dynamically adding or removing logic handlers during execution to modify behavior for specific tasks.

Distinct from Global Execution Handler Registration: Distinct from Global Execution Handler Registration: focuses on the dynamic, temporal addition/removal of handlers rather than a permanent global interceptor.

Explore 4 awesome GitHub repositories matching software engineering & architecture · Runtime Handler Registration. Refine with filters or upvote what's useful.

Awesome Runtime Handler Registration GitHub Repositories

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

    NomicFoundation/hardhat

    8,489GitHub पर देखें↗

    Hardhat is a smart contract development framework and EVM tooling suite designed for the full lifecycle of Ethereum and EVM-compatible applications. It serves as a development environment for compiling, testing, and deploying smart contracts, providing a local blockchain simulation and a programmable task runner. The framework is distinguished by its extensive simulation capabilities, including the ability to fork remote network state and manipulate block time or account balances. It features a hook-based plugin system that allows for the extension of core functionality and the creation of cu

    Enables the dynamic addition and removal of logic handlers at runtime to modify behavior for specific tasks.

    TypeScriptblockchaindappsdebugging
    GitHub पर देखें↗8,489
  • day8/re-frameday8 का अवतार

    day8/re-frame

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

    re-frame is a functional framework for building single-page applications in ClojureScript. It provides a centralized, immutable database that serves as the single source of truth for the entire application state, enforcing a strict unidirectional data flow where events trigger state transitions and subsequent view updates. The framework distinguishes itself through a reactive signal graph and an interceptor-based middleware pipeline. By treating application logic as a sequence of data-driven events and declarative side effects, it decouples business logic from the view layer. This architectur

    Defines the logic used to compute and cache specific views of the application state.

    Clojureclojurescriptre-framereact
    GitHub पर देखें↗5,532
  • casatwy/ctmediatorcasatwy का अवतार

    casatwy/CTMediator

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

    CTMediator is a dynamic service locator and modular architecture framework for iOS. It functions as a dependency decoupler that allows large projects to be split into smaller, independent subprojects and targets to improve organization and reduce build times. The framework enables communication between these isolated modules using a target-action pattern. It utilizes dynamic runtime lookups to dispatch requests and route actions to specific modules without requiring a manual service registration process during startup. The system manages data exchange and project decomposition through protoc

    Provides dynamic runtime lookup to resolve module handlers without requiring a manual service registration process.

    Objective-C
    GitHub पर देखें↗4,015
  • metinseylan/vue-socket.ioMetinSeylan का अवतार

    MetinSeylan/Vue-Socket.io

    3,903GitHub पर देखें↗

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

    Allows dynamically adding or removing event handlers at runtime to modify how the application responds to server messages.

    JavaScriptrealtimereduxsocket-io
    GitHub पर देखें↗3,903
  1. Home
  2. Software Engineering & Architecture
  3. Runtime Handler Registration

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

  • Automatic Handler DiscoveryRuntime mechanisms that resolve and route requests to handlers without requiring explicit registration. **Distinct from Runtime Handler Registration:** Distinct from manual registration by focusing on the automatic runtime lookup of handlers.