Skip to content
kriskowal edited this page Dec 5, 2012 · 20 revisions

There are many libraries that consume or provide promises. Here is a list of some of the more popular ones. Feel free to add to this list, providing a link and a short description.

  • Capsela A promise-based, high-level Node.js web application framework built for testability.
  • Chai as Promised Extends the Chai assertion library with assertions about promises.
  • Dynamo as Promised Promise-based interface to Amazon's DynamoDB
  • Mocha as Promised Adds promise support to the Mocha test runner
  • q-io I/O related Q utility funcitons: file system and HTTP client/server/middleware
  • q-connection Communicate with remote objects via promises
  • QEJS Adds promises to EJS templating.

Many other projects in npm use Q internally or provide Q promises.