Letter N

nodejs-q - A tool for making and composing asynchronous promises in JavaScript

Website: https://github.com/kriskowal/q
License: MIT and ASL 2.0
Vendor: Alcance Libre, Inc.
Description:
Q is a tool for making 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.

Q can exchange promises with jQuery, Dojo, When.js, WinJS, and more.
Additionally, there are many libraries that produce and consume Q promises for
everything from file system/database access or RPC to templating.

Packages

nodejs-q-1.4.1-3.fc14.al.src [74 KiB] Changelog by Fedora Release Engineering (2017-07-27):
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild

Listing created by Repoview-0.6.6-6.fc14.al