1 / 5

Node.js

Node.js. What it is Server Side JavaScript built on G oogle’s V8 engine Bundled libraries such as http, https, filesystem Uses small C library to handle socket connections NPM package manager. Why it’s cool JS is inherently asynchronous High performance with many concurrent users.

dinah
Download Presentation

Node.js

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. Node.js

  2. What it is • Server Side JavaScript built on Google’s V8 engine • Bundled libraries such as http, https, filesystem • Uses small C library to handle socket connections • NPM package manager

  3. Why it’s cool • JS is inherently asynchronous • High performance with many concurrent users. • Non-blocking i/o • No need to manually implement threads (though you can) • No translation needed between server and client objects • Same language used by everyone on a project

  4. Who is using it? • Google • Microsoft (native support in Azure) • Yahoo • eBay • Facebook • LinkedIn • Many, many smaller companies

  5. Additional information • Nodejs.org • Expressjs.org

More Related