node js

4

Click here to load reader

Upload: prasoon-kumar

Post on 25-May-2015

5.136 views

Category:

Technology


2 download

TRANSCRIPT

Page 1: Node js

Mobile Development

Node.js, HTML5, JS Framework, Phoegap

Page 2: Node js

Mobile vs web development

Mobile Web

Cross platform no yes

Live updates no yes

Page 3: Node js

Goals

● Build platform-native quality applications with a common codebase that targets iOS, Android and the Web

● Give mobile appmaker a development ecosystem that allows for continuous iteration, just like the web.

Page 4: Node js

Technical Stack

Client Server

JavaScript JavaScript (nodeJS)

● We are developing client side in Javascript.● Being able to write services in JavaScript has

major advantages● Code reuse – Libraries can be shared at both

ends.● Tool/Knowledge reuse● Developers don't have to context-switch