noodlefrenzy / node-amqp10

amqp10 is a promise-based, AMQP 1.0 compliant node.js client
MIT License
134 stars 56 forks source link

Question: Why Bluebird promises and not standard promises? #343

Open swilliams-a3digital opened 6 years ago

swilliams-a3digital commented 6 years ago

We use many libraries that use regular promises and they seem to work well. Bluebird seems to have a few differences with syntax (e.g. return concept) and its quite annoying to have something that works a little bit different than the promises built into the language.