1 مستودع
Frameworks and templates for building web services using the Hapi.js ecosystem.
Distinct from Hapi Integrations: Distinct from Hapi Integrations: focuses on the full framework boilerplate rather than individual plugin integrations.
Explore 1 awesome GitHub repository matching web development · Hapi.js API Frameworks. Refine with filters or upvote what's useful.
This project provides a structured boilerplate for building Node.js REST APIs, implementing clean architecture principles to isolate business logic from external frameworks and data sources. It serves as a template for organizing complex backend services by enforcing a strict separation of concerns between domain entities, infrastructure, and interface layers. The architecture distinguishes itself through a modular, plugin-based server design built on the Hapi.js framework. It utilizes a dependency injection container to decouple business logic from concrete implementations, ensuring that ser
Provides a robust boilerplate for building secure web services using the Hapi.js framework.