depoio / node-telegram-bot

Client wrapper for Telegram Bot API (Under heavy development)
MIT License
136 stars 30 forks source link

Move to bluebird #13

Closed shernshiou closed 8 years ago

shernshiou commented 9 years ago

Compared to Q which we are using now, bluebird has better performance and compatibility.

Jokero commented 9 years ago

Use native promises by default

shernshiou commented 9 years ago

@Jokero planning for this.

sebastianarena commented 9 years ago

@shernshiou @Jokero +1 for using native promises that come easily with Node v4+

shernshiou commented 8 years ago

Closed in favor of native promise #65