1 / 14

Introduction to NodeJS

Introduction to NodeJS. What is the fuzz all about?. Learning & Development. http://academy.telerik.com. Telerik School Academy. Table of Contents. Console 2 Bring the awesome to the CMD Overview of NodeJS Running NodeJS applications Modules Third-party libraries. Console 2.

astrid
Download Presentation

Introduction to NodeJS

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Introduction to NodeJS What is the fuzz all about? Learning & Development http://academy.telerik.com Telerik School Academy

  2. Table of Contents • Console 2 • Bring the awesome to the CMD • Overview of NodeJS • Running NodeJS applications • Modules • Third-party libraries

  3. Console 2

  4. Console 2 • Download from • http://sourceforge.net/projects/console/ • Install • Customize as you wish • Bigger fonts • Brighter colors • Different tabs

  5. Console 2 Live Demo

  6. Overview of NodeJS

  7. Overview of NodeJS • Background

  8. Why NodeJS • Node is written in JavaScript • One language on the server and the client • Full control of the server • Asynchronous and fast (callback oriented)

  9. Building Blocks & Installation • NodeJS • libuv – high-performance event I/O library • V8 – Google Chrome's JavaScript engine • JavaScript -> C++ • Installation • http://nodejs.org/ • Run Command Prompt (cmd) • Type "node" and run it

  10. Running NodeJS Applications Live Demo

  11. RestoringModules

  12. Restoring Modules • NodeJS uses modules • Some of them are third-party ones • The application needs them • Installed from Node Package Manager (NPM) • You need to have them installed locally • All packages must be restored if missing • Run the command: "npm install"

  13. Restoring Modules Live Demo

  14. Introduction to NodeJS http://academy.telerik.com

More Related