• Stars
    star
    20,416
  • Rank 1,155 (Top 0.03 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 10 years ago
  • Updated about 1 month ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

🐦 ⚡ Bluebird is a full featured promise library with unmatched performance.
Promises/A+ logo

Build Status coverage-98%

Got a question? Join us on stackoverflow, the mailing list or chat on IRC

Introduction

Bluebird is a fully featured promise library with focus on innovative features and performance

See the bluebird website for further documentation, references and instructions. See the API reference here.

For bluebird 2.x documentation and files, see the 2.x tree.

⚠️Note⚠️

Please use native promises instead if at all possible. Native Promises have been stable in Node.js and browsers for around 6 years now and they have been fast for around 3. Bluebird still offers some useful utility methods and you can use it - but please consider native promises first.

This is a good thing, the people working on Bluebird and promises have been able to help incorporate most of the useful things from Bluebird into JavaScript itself and platforms/engines. There are still missing things (.map/.filter are on their way with the iteration helpers proposal and async iterators!).

If there is a feature that keeps you using bluebird. Please let us know so we can try and upstream it :)

Currently - it is only recommended to use Bluebird if you need to support old browsers or EoL Node.js or as an intermediate step to use warnings/monitoring to find bugs.

Questions and issues

The github issue tracker is only for bug reports and feature requests. Anything else, such as questions for help in using the library, should be posted in StackOverflow under tags promise and bluebird.

Thanks

Thanks to BrowserStack for providing us with a free account which lets us support old browsers like IE8.

License

The MIT License (MIT)

Copyright (c) 2013-2021 Petka Antonov

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

More Repositories

1

deque

Extremely fast double-ended queue implementation
JavaScript
621
star
2

urlparser

Fast url parser
JavaScript
221
star
3

nodeperf

Like a profiler but actually useful in improving performance
JavaScript
96
star
4

apply-pr

Command line tool for applying GitHub Pull Requests
JavaScript
41
star
5

core-error-predicates

Error predicate functions for operational errors thrown by node core.
JavaScript
31
star
6

fast-strftime

Extremely fast implementation of the node strftime module
JavaScript
23
star
7

querystringparser

Extremely fast querystring parser for Javascript
JavaScript
23
star
8

HTML-Music-Player

HTML/Javascript based online music player with rich features
TypeScript
18
star
9

bluebird-q

Drop-in replacement for Q v1 that delegates to bluebird
JavaScript
18
star
10

cookieparser

Fast cookie parser for node
JavaScript
15
star
11

DataStructures.js

abstract data structures for js with unified api
JavaScript
15
star
12

FastEmitter

Fast event emitter
JavaScript
12
star
13

jQuery-slider

Slider plugin for jQuery
CSS
9
star
14

jQuery-autogrow

jQuery plugin for automatic textarea growing and shrinking
JavaScript
9
star
15

unicode.js

JavaScript
8
star
16

attemplate.js

Light noise, full control templating for javascript
JavaScript
8
star
17

chromebeautify

adds js beautify context menu for selection to in-place beautify js
JavaScript
5
star
18

multicast.js

JavaScript
3
star
19

jQuery-mousesettle

jQuery hover intent plugin that uses events
JavaScript
3
star
20

ArgumentsHook

Small JavaScript library to make enhanced arguments object available inside function calls. Also includes method overloading and contracts.
JavaScript
3
star
21

petkaantonov.ruhoh.com

Ruby
2
star
22

kinkkivaimakuuni

CSS
1
star
23

lememe

HTML, JS MEME generator.
JavaScript
1
star
24

FieldstateJS

FieldstateJS provides automatic lightweight form field state tracking.
JavaScript
1
star