DEV Community

Srajan Gupta
Srajan Gupta

Posted on

1 1

Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine

"Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. It uses an event-driven non-blocking model that makes it lightweight and efficient."

Do you think, the above statement is a bit uneasy?
Do you find, the above statement to be a bit difficult to understand?

Well!! Let's take a look at something simple.

The above statement simply means -

Node.js is actually a platform that allows us to run JavaScript on a Server.
It also saves us from learning various different programming languages, such as for frontend and backend, eg. when building applications with PHP, etc. But with JavaScript, we can use the same language on both client and server side.

Some other things about node.js are -

  • It uses JavaScript, so no need to learn various programming languages for client and server side programming.
  • Very fast (runs on the V8 engine & uses non-blocking code)
  • Huge ecosystem of open source packages (npm), which we can easily install in our projects and use them.
  • Great for real-time services (like chats), because we can utilize web sockets.

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay