awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesReusable Module Authoring

Creating distributable code packages with defined entry points and manifests.

Distinct from Custom Module Implementations: Distinct from general Custom Module Implementations by focusing on the distribution and packaging aspect (manifests, entry points).

Explore 2 awesome GitHub repositories matching software engineering & architecture · Reusable Module Authoring. Refine with filters or upvote what's useful.

Awesome Reusable Module Authoring GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • maxogden/art-of-nodeAvatar maxogden

    maxogden/art-of-node

    9,873Vezi pe GitHub↗

    This project is a structured Node.js programming course and educational guide designed to teach JavaScript backend development. It provides a sequence of workshops and interactive tutorials that focus on the fundamentals of the Node.js runtime and its core modules. The material emphasizes asynchronous programming, specifically covering non-blocking I/O, callback patterns, and event-driven architecture. It includes a practical exploration of the core API for managing network applications, file system operations, and binary data. The curriculum covers module management and dependency resolutio

    Teaches how to create reusable code packages by defining entry points and manifest files for distribution.

    JavaScript
    Vezi pe GitHub↗9,873
  • senecajs/senecaAvatar senecajs

    senecajs/seneca

    3,959Vezi pe GitHub↗

    Seneca is a message-driven architecture framework and microservices toolkit for Node.js. It functions as a distributed task orchestrator and pattern-based message router, allowing developers to build systems of decoupled services that communicate via a message bus. The framework distinguishes itself through a modular plugin system that organizes business logic into reusable, configurable modules. It supports dynamic action extensions, enabling new handlers to wrap or override existing action patterns to inject custom logic without modifying original code. The system covers a broad range of c

    Organizes action patterns into reusable modules that can be distributed via package managers.

    JavaScript
    Vezi pe GitHub↗3,959
  1. Home
  2. Software Engineering & Architecture
  3. Integration & Extensibility
  4. Extensibility
  5. Plugin Architectures
  6. Developer Authoring Interfaces
  7. Custom Module Implementations
  8. Reusable Module Authoring

Explorează sub-etichetele

  • Distributable Action ModulesPackaging of action patterns into reusable modules designed for distribution via package managers. **Distinct from Reusable Module Authoring:** Specifically targets the distribution of action-pattern modules rather than generic code packages.