node-q

Node.js module for promises (CommonJS/Promises/A,B,D)

Description

Q is a tool for creating and composing asynchronous promises in JavaScript.

If a function cannot return a value or throw an exception without blocking, it can return a promise instead. A promise is an object that represents the return value or the thrown exception that the function may eventually provide. A promise can also be used as a proxy for a remote object to overcome latency.

This package contains the q module for Node.js.

Node.js is an event-based server-side JavaScript engine.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/kriskowal/q


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install node-q