stackp / promisejs

Lightweight javascript implementation of promises.
443 stars 127 forks source link

Publish on npm #18

Closed josdejong closed 9 years ago

josdejong commented 9 years ago

Thanks for this library.

It would be great if promisejs could be installed via npm. Bower would be useful too but I don't personally need that.

alexewerlof commented 9 years ago

+1

ccnokes commented 9 years ago

+1

tunnckoCore commented 9 years ago

@josdejong @hanifbbz @ccnokes you definitely should use some other better library from here

ayepromise and promiz are good hits. Promiz is pretty fast, in top 4-6 in both Petka's benchmarks.

@stackp ping-pong?

stackp commented 9 years ago

Thanks for your comment. I'm not convinced publishing on npm would be a good idea. This project does not follow the Promises/A+ standard, which did not exist at the time.