Open richb-hanover opened 8 years ago
+1
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.
@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.