Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.Within 5 minutes, i am able to execute npm at the command line.
npmC:\Users\dmbl>node-h quick help on <cmd>
npm -l display full usage info
npm faq commonly asked questions
npm help <term>search for help on <term>
npm help npm involved overview
>
Now, that you have reached the node '>' prompt, you can execute any JavaScript code by entering your code in this command line mode. However, you don't have access to everything you do in a web page in command line mode.
More resources and info:
- What is Node.js and why should I care?
- nodeschool.io -npm install -g learnyounode
No comments:
Post a Comment