Wednesday, 2 March, 2016 UTC


Summary

javascript promises are the new way of handling complex asynchronous code in ES6. There have been many libraries before (like async in node) that were used for that goal, but now promises are native to javascript. In this post I will show you a promise example. If you’re on the back end with node 4.0+ … Continue reading "Javascript promises tutorial – The Future of Async code with ES6 and How they are more than just Pretty Callbacks"
The post Javascript promises tutorial – The Future of Async code with ES6 and How they are more than just Pretty Callbacks appeared first on Jean-Pierre Sierens.