Doug Martin
grunt-link allows the linking of local modules.
To add grunt link to your project
npm install --save-dev grunt-link
And in your Gruntfile
grunt.loadNpmTask("grunt-link");
Open project1.
Run
npm install
grunt link
gofigure is a module that loads your configuration files and handles the merging and monitoring of configuration properties based on the current environment.
To add gofigure to your project
npm install --save gofigure
Building off of the previous example lets add some logic to our config module!
At c2fo we use a module called comb which contains utilities that we use in all of our projects.
In this example we will use the comb logger.
npm install --save comb
Lets add some logging to our modules.
Node has a core module called cluster which allows a scaling across cores but has some drawbacks.
werker is a module for creating a pool of werker processes for scaling across cores.
hare is a wrapper around node-amqp that makes setting up different types messaging configurations easy.