rdy

1.0.2 • Public • Published

API

var rdy = require('rdy')(2, function() {
    console.log("Everything's initialized!");
    http.listen(80);
});

// Assume these are defined and take a callback function    
openDatabase(rdy);
prepareCache(rdy);

Readme

Keywords

Package Sidebar

Install

npm i rdy

Weekly Downloads

1

Version

1.0.2

License

WTFPL

Last publish

Collaborators

  • appisode