node.js tutoria for beginner

12
Node.js Tutorial for beginner www.webtechschools.com

Upload: maninder-singh

Post on 21-May-2015

193 views

Category:

Education


1 download

DESCRIPTION

Node.js tutorial for beginner will tell the audience about the basic of Node.js which is often called NODE. It include topics such as node.js history, node.js tutorial audience, node.js advantages etc

TRANSCRIPT

Page 1: Node.js tutoria for beginner

Node.js Tutorial for beginner

www.webtechschools.com

Page 2: Node.js tutoria for beginner

Node.jsNode.js is a runtime environmentIt runs applications exterior to the browserNode.js increases the performance and

efficiency.It uses non blocking input-output and

asynchronous events.Node.js applications are single threaded.

www.webtechschools.com

Page 3: Node.js tutoria for beginner

Node.js Tutorial Contains

DefinitionIntroductionHistoryAdvantagesDisadvantagesAnd Many more

www.webtechschools.com

Page 4: Node.js tutoria for beginner

www.webtechschools.com

Page 5: Node.js tutoria for beginner

Node.js Introduction

It helps in development To execute code it uses Google v8

JavaScript engine. Node.js application are based on eventsIn this incoming requests are processed in

constant event stack. Requests are send one by one

www.webtechschools.com

Page 6: Node.js tutoria for beginner

Node.js History

Created by Ryan Dahl in 2009.Sponsored by “Joyent”.Inspiration from from Ruby’s Mongrel web

server.

www.webtechschools.com

Page 7: Node.js tutoria for beginner

Node.js Design

Node.js is a part of Server Side JavaScript environment.

It extends the JavaScript application programming interface.

It handles several client connections at one time.

www.webtechschools.com

Page 8: Node.js tutoria for beginner

Node.js Uses

Used as chat server.File upload fast.Use by various companies such asWal-MartPayPalMicrosoft

www.webtechschools.com

Page 9: Node.js tutoria for beginner

www.webtechschools.com

Page 10: Node.js tutoria for beginner

Node.js Tools

Jade – template engineNode supervisorLDAPjsHook.ioNode package managerNWM

www.webtechschools.com

Page 11: Node.js tutoria for beginner

Node.js ide’s

Node Express BoilerplateSocket.ioMastering NodesLog.io

www.webtechschools.com

Page 12: Node.js tutoria for beginner

THANK YOU

www.webtechschools.com