Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Introduction to NodeJS

Introduction to NodeJS

A Node.js introduction with references about what it is and what is the right case to use it.

Edy Segura

October 26, 2015
Tweet

More Decks by Edy Segura

Other Decks in Programming

Transcript

  1. Node.js is a JavaScript runtime built on Chrome's V8 JavaScript

    engine that runs JavaScript without browser
  2. • Highly scalable web servers for web applications • Web

    Services (RESTful API) • Real-Time apps as its supports Web Sockets • App with queued inputs • Data streaming apps What is it good for?