async and await with Node and Express
8/2/2019
at JavaScript and Friends Conference
in Columbus, OH
Express is the defacto Node web server, but it’s built with callbacks. Can we use modern JavaScript like async and await? Let’s dive into building routes with modern JavaScript, and how to write tests that prove they work.