async and await with Node and Express

10/17/2018 at Prairie Dev Con in Regina, Saskatchewan, Canada

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.