CH73 / E529|Async/Await|Mon, 3 July ’17
A Promise-ing Beginning
Our real-time networking code—and especially its tests—involve a lot of nested callback functions. Now that Node supports the async and await keywords, can we use those to simplify our code? In this chapter, we aim to find out.