+ 8
What is Node.js?
recently many guys are talking about anode.js what is it?
3 Answers
+ 22
it's Javascript executing on the server side like web browsers.
read the below question for more info.
https://www.quora.com/What-is-Node-js-for-Are-there-some-good-getting-started-with-Node-js-tutorials-which-you-can-recommend
+ 9
Node.js is an open source server framework
Node.js is free
Node.js runs on various platforms (Windows, Linux, Unix, Mac OS X, etc.)
Node.js uses JavaScript on the server
if you want to read rest follow https://www.w3schools.com/nodejs/nodejs_intro.asp
the other frameworks you may like :
-Angular.Js and Angular2
-ReactJS
-Vue.js
-Ember.js
-Meteor.js
I also find a list for most popular frameworks in below link:
https://colorlib.com/wp/javascript-frameworks/
+ 6
Node.js is a javascript framework running on various platforms including the 3 main ones
it supports server-side development thereby providing the opportunity for front-end devs to have a familiar tool at hand