ooo
Another async pattern for node, based on EventEmmitter
Installation
$ npm install ooo
How to
Basics
// Bind an event; // Bind an event, juste once; // Fire an event'Hello World !';
Bridges
var ooo = ;var fs = ; ; fs;
Insert parameters
var ooo = ;var fs = ; ; fs;