Javascript – How to use await while processing an HTTP request, where the Promise is resolved another HTTP request
I'm working on a web-based game where a player chooses a type of action, and then a space on which to take that action. Rather than write the web infrastructure first (I'm planning on using express.js) I'm writing the actions…