content distributer and tracked for use in PPC
Install the module with: make init
var piccanin = require('piccanin');
piccanin.begin();Piccanin uses Hook.io for interprocess/node/cluster communications, messages are published to a common bus under the namespace piccanin and the intended endpoint followed by an optional priority weight and options. Message ID's look like this piccanin::logger [message] [weight] []
By default the message bus runs in memory with a tcp interface as fallback running on: tcp://127.0.0.1:7878
(Coming soon)
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.
(Nothing yet)
Copyright (c) 2012 Ryan Dick
Licensed under the MIT license.