Difference between revisions of "Js/Node"
< Js
Jump to navigation
Jump to search
(2 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 | ||
Line 5: | Line 17: | ||
liststyle=unordered | liststyle=unordered | ||
showpath=no | showpath=no | ||
− | kidsonly= | + | 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: