Skip to main content

Command Palette

Search for a command to run...

Introduction to NodeJs

NodeJs Part 1

Updated
1 min read
Introduction to NodeJs
D

Experienced Consultant, Full Stack Developer, R&D Engineer who loves to solve puzzles & technology problems by code/

  • For those who don't know, Node is a JavaScript runtime built on Chrome's V8 engine, making it perfect for building fast and scalable network applications.

  • One of the main benefits of Node.js is its non-blocking, event-driven I/O model, which makes it great for building real-time applications like chat apps and game servers.

  • Node.js is also widely used for building server-side applications, thanks to its large ecosystem of packages (over 1 million packages on npm) that make it easy to add functionality to your app.

  • Another great thing about Node.js is that it's built on JavaScript, which is a language that many developers are already familiar with. This means that it's easy to pick up and start building with Node.js, even if you're new to back-end development.

  • From what I have learned in the past years I'm excited to start posting about Node.js from basics in the upcoming blogs

Thanks for reading ❤️

Any other inputs or recommendations feel free to share below

Follow me via Twitter, Github, Instagram

Node.js Concepts

Part 1 of 8

In this series I will be writing about node js concepts in form of minimal blogs which would help you in understanding the various concepts of node.js

Up next

Why use NodeJs for Backend Development ?

NodeJs Part 2

More from this blog

Dhanush N

56 posts

Experienced Consultant & Software Engineer with experience around building and scaling applications over various emerging technologies. I love solving puzzles & provide technological solutions by code