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

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

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

2 रिपॉजिटरी

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

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

    maxogden/art-of-node

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

    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
    GitHub पर देखें↗9,873
  • senecajs/senecasenecajs का अवतार

    senecajs/seneca

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

    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
    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

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

  • 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.