Alright, so I am new to nodejs from php. As most know, php being linear/blocking made coding *easy* per-say. However, I have found myself loving nodejs, and I am having a hard time wrapping my mind around how to let a nodejs function run async, but then wait for responses of that async function...