Home

Awesome

Build Status

Introduction

This is a drop-in replacement for Q version 1.x that delegates to bluebird 3.4.6. Enjoy better stack traces, performance and memory usage without changing your existing legacy code.

Installation:

npm install bluebird-q

Usage:

var Q = require("bluebird-q");

API

Additionaly to Q APIs following methods are availible on Q object:

Testing

Clone this repository and then run npm install && npm test in the cloned directory root.

Caveats