How do I use plug-ins like NodeJS? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How do I use plug-ins like NodeJS?

So all I need to start writing Javascript is a text editor and a web browser, but how do I use plug-ins like NodeJS? Where/how do I install that?

8th Sep 2016, 7:15 AM
Sebastian Norr
Sebastian Norr - avatar
1 Answer
+ 3
Not recommended. Node.js is server-side javascript to handle the stuff php usually does, you don't need to dwelve into it to learn standard client-side javascript, and it would require a tutorial on its own. That said, you can find it here: https://nodejs.org/en/download/
8th Sep 2016, 8:19 AM
Zen
Zen - avatar