WHAT IS NODE.JS ND ELECTRON.JS WHATS THEIR USE.WHY CANT WE CREATE PROGRAMS WITHOUT THOSE. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

WHAT IS NODE.JS ND ELECTRON.JS WHATS THEIR USE.WHY CANT WE CREATE PROGRAMS WITHOUT THOSE.

were they really prove useful

7th Aug 2018, 4:23 PM
Akash. V
Akash. V - avatar
1 Answer
+ 1
Node JS is JavaScript runtime which let's you run JavaScript outside of the browser. Node runs JS programs with Chrome's V8 engine. Nodejs is useful as most of the web developer (front end) know JavaScript and Node help them to write back end code as well with JavaScript. Which means you don't have to learn new language for backend. And then it's capable of running asynchronous tasks which gives the maximum performance. So it's quite popular. Electron JS is a framework based on node js which let's you create cross platform desktop applications with just web technologies like HTML CSS and JS. Example of applications developed with electron are - Skype, GitHub desktop, VS code etc.
7th Aug 2018, 5:48 PM
Ramjivan Jangid
Ramjivan Jangid - avatar