DEV Community

Discussion on: What was your win this week?

Collapse
 
ridhikgovind profile image
Ridhik Govind

This week I learnt more about Node.js and Express.js basics. Have been experimenting with Node for a bit now and Node's Async funtionality got me curious to write an article about it.
I have written it as simple as possible because I was always confused of what the whole 'Asynchronous' actually meant - I hope after reading this you understand it better. :)

dev.to/ridhikgovind/asynchronous-j...