Introduction to NodeJs || Basic Concepts of NodeJS

NodeJS
Nodejs is easily employed as a server-side proxy. where it can handle a large amount of connection in a non-blocking manner. On the other hand, we can say It is javascript that executes on the server. Installing Nodejs and VS code:- Doownload node from https://nodejs.org/en/download/ Download VS code from https://code.visualstudio.com/download we can run NodeJS by ...
Read more