2 repository-uri
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.
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.
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.