awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Hook and Event Orchestration · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesHook and Event Orchestration

Architectures that facilitate communication and process interception between the host and plugins via event-driven messaging or lifecycle hooks.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Hook and Event Orchestration. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Integration & Extensibility
  4. Extensibility
  5. Plugin Architectures
  6. Hook and Event Orchestration

Awesome Hook and Event Orchestration GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • webpack/webpack

    webpack/webpack

    66,022GitHubView on GitHub↗

    Webpack is a module bundler that maps project dependencies into a directed acyclic graph to transform diverse file types into optimized, browser-ready assets. It functions as a build pipeline orchestrator, using entry points to recursively resolve imports and bundle modules, scripts, and static assets into a unified ou

    JavaScriptamdbuild-toolcommonjs
  • WerWolv/ImHex

    WerWolv/ImHex

    52,656GitHubView on GitHub↗

    ImHex is a professional-grade hex editor and binary data analysis platform designed for inspecting, modifying, and reverse engineering raw file contents. It functions as a schema-driven engine that interprets complex binary structures by applying custom definitions to map and visualize byte-level data. The platform di

    C++analyzerbinary-analysisc-plus-plus

Explore sub-tags

  • Custom Hook DefinitionsMechanisms for defining hook instances with specific execution patterns to manage communication between application components.
  • Event-Driven Plugin RegistriesSystems that track and coordinate external plugins through a central hook or event-driven management architecture.
  • Hook Resolution LifecyclesConfigurations that allow plugins to tap into specific resolution events to implement custom logic during application lifecycles.
Plugin Hook Architectures
Architectures that enable the execution of custom logic by attaching callbacks to specific application hook points.