Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Libraries

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
  • Joey HTTP route configuration based on Q-IO.
  • QEJS Adds promises to EJS templating.

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