bulkhead

0.0.7 • Public • Published

Bulkhead

Bulkhead is a library for SailJS that allows a developer to compartmentalize the functionality of their web application into individual service-oriented components.

Traditionally, MVC patterns tend to make developers stuff as much business logic into the controller...

However, this significantly reduces the extendability and scalability of a web application as business logic frequently needs to be accessed in an agnostic fashion. (Web API, CLI, unit testing, reporting/mapReducing, cron, application components, etc.)

But with Bulkhead, developers can modularize services and NPM packages to perform a specific task and easily install it into a SailsJS project.

So, how would you like to get started? :D

Package Sidebar

Install

npm i bulkhead

Weekly Downloads

7

Version

0.0.7

License

GPL v2

Last publish

Collaborators

  • codeotter