Difference between revisions of "Js/Node"

From Adam Meola - wiki
< Js
Jump to navigation Jump to search
Line 1: Line 1:
 +
==NodeJS==
 +
A javascript runtime for servers, desktop apps, scripting, and even IOT!
 +
 +
...  Mostly it's for servers and dev tools, but it CAN do ANYTHING!
 +
 +
 +
Ask yourself if it's a good idea, rather than if it's possible...
 +
 +
For more info, i direct you to the official site:  https://nodejs.org/en/about/
 +
 
<splist
 
<splist
 
  showparent=no
 
  showparent=no

Revision as of 02:26, 29 August 2020

NodeJS

A javascript runtime for servers, desktop apps, scripting, and even IOT!

... Mostly it's for servers and dev tools, but it CAN do ANYTHING!


Ask yourself if it's a good idea, rather than if it's possible...

For more info, i direct you to the official site: https://nodejs.org/en/about/