Difference between revisions of "Js/Node"

From Adam Meola - wiki
< Js
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 9: Line 9:
 
For more info, i direct you to the official site:  https://nodejs.org/en/about/
 
For more info, i direct you to the official site:  https://nodejs.org/en/about/
  
 +
 +
Topics on this page:
 
<splist
 
<splist
 
  showparent=no
 
  showparent=no
Line 15: Line 17:
 
  liststyle=unordered
 
  liststyle=unordered
 
  showpath=no
 
  showpath=no
  kidsonly=yes
+
  kidsonly=no
 
  debug=0
 
  debug=0
 
/>
 
/>

Latest revision as of 23:51, 31 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/


Topics on this page: