What is NODE.JS

What is NODE.JS? NodeJS is a javascript runtime, its not a language or framework It is built on V8 javascript engine same as google chrome It is written in C++ It allows you to run javascipt code on the server Why should you use NODE? It’s extremely fast, efficient and scalable It uses event driven, […]

What is NODE.JS Read More »