...

/

Introduction

Introduction

Get an overview of what we’ll learn in this chapter.

We'll cover the following...

Moving from a synchronous programming style to a platform such as Node.js, where continuation-passing style (CPS) and asynchronous APIs are the norm, can be frustrating. Asynchronous code can make it hard to predict the order in which ...