קורס Node.JS שיעור מה אפשר לעשות עם Middlewares


זהו נושא דיון מלווה לערך המקורי שב־https://www.tocode.co.il/bundles/nodejs/lessons/28-middlewares-usecases

Hi Ynon!
Thank you for interesting middleware examples.
As I remember in React Redux middleware it is pretty acceptable to perform async api call,
or whatever async operation.
Is it acceptable to perform async api call in Nodejs middleware
? or generally at sever side middleware

sure - you just need to call next when you’re ready to continue
Here’s a simple example: