Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

closed what is the node js

+7 votes
asked Mar 27 by Dubey Mk (200 points)
closed Mar 29 by Admin
closed as a duplicate of: What is NodeJS?

4 Answers

0 votes
answered Mar 27 by MJ Cho (140 points)
Node.js is an open source and runtime environment for cross-platform JavaScript
0 votes
answered Mar 27 by Prince Kumar (140 points)
Node js  is a backend javascript library which is used to handle server side scripting.
0 votes
answered Mar 27 by Peter Minarik (86,240 points)
This has been asked a few days ago here: https://question.onlinegdb.com/15901/what-is-nodejs
0 votes
answered Mar 29 by Kleey Coding (140 points)
In simple terms, NodeJS is a way to run your website on certain ports in your machine, that would be able for us to forward the port so others can access it. There's alternative way in doing this that is WAMP services.

FYI, there's a lot of farmwork build on top of NodeJS, such as ReactJS, NextJS and Express.
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...