推荐一个nodejs的promise库

本文详细介绍了如何使用Bluebird库在Node.js、浏览器环境中进行异步编程,包括安装、核心功能使用及跨浏览器兼容性。重点阐述了在前端和后端开发中的实践案例,帮助开发者提升项目效率。

http://bluebirdjs.com/docs/getting-started.html
Getting Started
This article is partially or completely unfinished. You are welcome to create pull requests to help completing this article.
Node.js
npm install bluebird
Then:

var Promise = require(“bluebird”);
Browsers
(See also Installation.)

There are many ways to use bluebird in browsers:

Direct downloads
Full build bluebird.js
Full build minified bluebird.min.js
Core build bluebird.core.js
Core build minified bluebird.core.min.js
You may use browserify on the main export
You may use the bower package.
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.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值