[introduction]
] Felix's Node.js Beginners Guide SITE is no longer active
] Node.js Fundamentals - YouTube
] javascript - How do I get started with Node.js - Stack Overflow
] carlos - 5 minute intro to node, getting started ( on linux)
The Node Beginner Book » A comprehensive Node.js tutorial PAID CONTENT - first 19 pages of book free.
[tutorial examples]
] Why Use Node.js A Comprehensive Tutorial with Examples Toptal
[how to - item]
Node.js in Action Create Simple Text File in Node.js Using fs Module
[other]
Seven Things You Should Stop Doing with Node.js
item 002 - cuts - article 1758
[REFERENCE]
- ] wikipedia
- ] http://en.wikipedia.org/wiki/Node.js
- ] BM node -
- ] /requestFromApi, /hosting, /node-on-windows, /jade, /express, /other
- ] nodejs - original article
- ] professor - 45 minute lecture, indepth intro to node theory of node.js
- ] ryan dahl - (node founder) google tech talk -
- ] ryan dahl - presents node js at js conference ?2011?
- ] http://nodeguide.com/convincing_the_boss.html - a guide to some advantages/best use case scenarios for using node js
- ] VIDEO node is stupid and if you use it, you are too - ( comedy ? rant )
- ] npm - package manager
- ] npm-faq
- ] windows - How to use npm with node.exe? - Stack Overflow
- ] express.js
- x] # 5257 CREATE-article# # - server side application development framework for node
- ] jade
- ] templating engine
[WHEN]
- ,
[HOW-TO]
- [] learning node js on windows - story of how i got started with msft's implementation of nodejs using the webmatrix IDE and
item 003 - notes - VIDEO-TLDW-notes for node-intro by mosh (in dons)
- [00:00] NEW task IN - WHY - node.js
- [] It enables us to do things with Javascript outside of the browser that we typically can't do inside the browser
- [] Things like access the local file system, access the network, access to some OS functionality, etc
- [] Pro is i/o for database or network access request
- [+=] dahls original goal was to create fast http servers
- [00:00] NEW task IN - WHY NOT
- [] # # - node.js is NOT a programming language
- [00:00] NEW task IN - WHERE
- [] node.js is async or non blocking by default
- [] browsers execute js code in a synch or blocking mode by default
- [00:00] NEW task IN HOW-TO
- [] install node.js on your [] PC, [] mac, [] linux, [] server,
- [] use >node --version // returns
- [] use >node app.js // executes the file
- [] use
[] https://www.freecodecamp.org/news/the-definitive-node-js-handbook-6912378afc6e/