Friday , April 26 2024
Home / Node.js

Node.js

Node = Chrome V8 engine + C++

Q 1. What is Node.js? Answer: Node is runtime environment on which a javascript code can be executed. Node is built on google v8 engine. Ryan the creator of Node, integrated google chrome v8 engine with a C++ program and called it NODE. Node.js is a single-threaded but highly scalable …

Read More »