Javascript Callbacks, Promises, Signals and Events
I have been using Javascript signals for communicating between Javascript modules. I was looking into some more signals documentation and ran into this great blog that shows the difference between Callbacks, Promises, Signals and Events. I use all of them in the app that I am developing.
Callbacks, Promises, Signals and Events
Here is a link to a JSFiddle I created that shows how to chain Promises
Comments