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,873在 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
    在 GitHub 上查看↗9,873
  • senecajs/senecasenecajs 的头像

    senecajs/seneca

    3,959在 GitHub 上查看↗

    Seneca 是一个用于 Node.js 的消息驱动架构框架和微服务工具包。它作为分布式任务编排器和基于模式的消息路由器运行,允许开发人员构建通过消息总线通信的解耦服务系统。 该框架通过将业务逻辑组织为可重用、可配置模块的模块化插件系统而脱颖而出。它支持动态操作扩展,使新的处理程序能够包装或覆盖现有的操作模式,从而在不修改原始代码的情况下注入自定义逻辑。 该系统涵盖了广泛的功能,包括分布式服务通信、异步操作编排和实体数据管理。它还提供用于操作模式跟踪、基于 Web 的日志可视化以及用于服务依赖模拟的质量保证工具的观测工具。

    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.