4 रिपॉजिटरी
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.
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.
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.
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.
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.