Getting started with bluebird

Other topics

Remarks:

This section provides an overview of what bluebird is, and why a developer might want to use it.

It should also mention any large subjects within bluebird, and link out to the related topics. Since the Documentation for bluebird is new, you may need to create initial versions of those related topics.

Installation or Setup

Node.js

npm install bluebird

Then:

var Promise = require("bluebird");

Browsers

There are many ways to use bluebird in browsers:

When using script tags the global variables Promise and P (alias for Promise) become available. Bluebird runs on a wide variety of browsers including older versions. We'd like to thank BrowserStack for giving us a free account which helps us test that.

Contributors

Topic Id: 5638

Example Ids: 19990

This site is not affiliated with any of the contributors.