Tuesday 30 June 2020

Learning Node is super easy?

Recently I started learning Backend, and well Node ofc. So I searched internet and came across these websites and tutorials on YouTube which teaches NodeJs in like 3 hours (with 1.5x playback speed). Starts with what NodeJs is, websites/companies using it, problems of multi-threading and single threading in Node as a solution, node is event driven, asynchronous (mere statements and little to no explanation). And then the practical parts i.e installing, what is npm, JSON, importing modules - fs, http, eventEmitter, body-parser express (just to create a server and address get/post request). Few videos also talked about cors and middleware etc. So is this all that I need to know in Node other than connecting and using databases? Or is there more? Please guide me.

Submitted July 01, 2020 at 06:26AM by Vizibile

No comments:

Post a Comment