The Complete Node.js Backend Development: Everything You need to Know to Get Started

Adarsh Gupta
14 min readJust now

There is no prerequisite to read this blog if you know JavaScript a little bit. Everything is written for complete beginners, but that will take you to an intermediate level.

This will be an in-depth blog, so feel free to read it in parts.

My Blog is free to read, if you are not a member, click this link

Why Node.js Exists in the first place?

JavaScript developers are lazy. They don't want to learn another language just because JavaScript doesn’t run on the server side.

That’s when Node.js was born.

It’s just some wrapper around chromes V8 engine, so that, you can have an independent enviroment outside to run Node.js anywhere.

Node.js has changed backend development by bringing JavaScript to the server-side. As a backend developer, Node.js opens up a world of possibilities for building scalable, efficient, and real-time applications.

Setting Up the System

Just install node.js; go to their website and download it. Install the same. If installed correctly, run node -v to confirm the same.

--

--

Adarsh Gupta
Adarsh Gupta

Written by Adarsh Gupta

Software Engineer | JavaScript developer | Technical Writer . Work with me? adarshguptaworks@gmail.com Connect with me? twitter.com/adarsh____gupta/

No responses yet