meteor / promise

ES6 Promise polyfill with Fiber support
MIT License
63 stars 15 forks source link

Using promises in Meteor - is this project being maintained? #8

Open richb-hanover opened 8 years ago

richb-hanover commented 8 years ago

@benjamn I really enjoyed watching your presentation at goto;2015, but regrettably, it seems that the requests for help here are not being answered. I don't see any documentation or examples forthcoming, either. I am hopeful that I'm wrong, though...

Here's what I am looking for: I have an application where I'd like to call server-side methods that use a library that returns promises.

Thanks.

fallenpeace commented 8 years ago

+1

lukeadams commented 8 years ago

Its used in meteor-tool extensively as it implements synchronous Promise waiting. On the browser side it just polyfills the existence of a global Promise object – so it works just like plain old promises on the client.