Multiple async queries in nodejs (mongoose)
I am a nodejs newbie. I have two simple models, User and Story. Here is what I want to do: I want to retrieve all stories that have {status:"public"} and store it in an array called retrievedStories. Then for each story I want to use its "user" field (which contains the object id of the… Read More Multiple async queries in nodejs (mongoose)