node.js

7
NODE.JS By SPEC INDIA

Upload: sarajstanford

Post on 30-Dec-2015

24 views

Category:

Documents


0 download

DESCRIPTION

Node.js is an open source, cross-platform runtime environment for server-side and networking applications. Node.js provides an event-driven architecture and a non-blocking I/O API that optimizes an application's throughput and scalability. These technologies are commonly used for real-time web applications. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Node.js

NODE.JSBy SPEC INDIA

Page 2: Node.js

NO

DE.JS

Page 3: Node.js

THE NODE.JS ENVIRONMENT

A runtime environment platform built on Chrome's JavaScript runtime

Acts as a library for executing JavaScript on the server-side

Uses Google V8, Google’s open source JavaScript engine to execute code

Runs equally well on Linux and Windows operating systems

Page 4: Node.js

FEATURES OF NODE.JS

The event-driven model used by Node.js is a non-blocking I/O model

Gives excellent results for real-time applications installed on distributed systems

Supports varied devices Increase efficiency and maximize throughput

by using non-blocking I/O and asynchronous events

The file and network events are multi threaded but the applications run on a single-thread

Page 5: Node.js

…………THE FEATURES OF NODE.JS

The asynchronous nature enables Node.js to support real time applications with built-in asynchronous I/O libraries for File Socket HTTP communication

These features eliminate the need of any server-side software and Node.js acts as server software itself

Renders a higher degree of user satisfaction by handling multiple client connections at the same time

Page 6: Node.js

THE NODE SECURITY PROJECT

Integration of Node.js applications with JavaScript prevents security threats and attacks

The Node Security Project is a Node.js community, with three basic targets- Audit npm -Node packaged modules Generate advisories to fix the modules publish public API and audit results

Page 7: Node.js

THANK YOU……….

Know more about SPEC INDIA’s Java Solutions Visit

www.spec-india.com