Skip to content

node npm cli walkthrough

MetaSean edited this page Jul 19, 2016 · 1 revision

Node.js, npm, and cli walkthrough

High level intro to Node.js

  • Node.js (Node) is written in C and JavaScript (JS)
  • Browsers have JS engines that run vanilla JS
    • i.e. vanilla JS works in client-side environments
  • Node is a JS engine that is packaged with other tools
    • allows it to run in non-browser environments
    • e.g. servers, command line interface (cli), and hardware
  • Node "uses an event-driven, non-blocking I/O model"

Versions

Nitrus

Overview of http://nodeschool.io/ - workshoppers

  • npm install learnyounode -g (shell)

Recommend Next Steps (for learners' to do on their own later:

Additional Resources

Learning Node

Hardware and Robotics

Clone this wiki locally