New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

bulkhead

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bulkhead

Bulkhead is a library that helps programmers embrace service-oriented programming by allowing NPM packages to act as SailsJS plugins.

latest
Source
npmnpm
Version
0.0.7
Version published
Maintainers
1
Created
Source

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

Keywords

sailsjs

FAQs

Package last updated on 15 Sep 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts