Difference between revisions of "Js/Node"

From Adam Meola - wiki
< Js
Jump to navigation Jump to search
(Created page with "<splist showparent=no sort=desc sortby=title liststyle=unordered showpath=no kidsonly=no debug=0 />")
 
 
(3 intermediate revisions by the same user not shown)
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/
 +
 +
 +
Topics on this page:
 
<splist
 
<splist
 
  showparent=no
 
  showparent=no
  sort=desc
+
  sort=asc
 
  sortby=title
 
  sortby=title
 
  liststyle=unordered
 
  liststyle=unordered

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: