+ All Categories
Home > Technology > SWTT 140407 session02

SWTT 140407 session02

Date post: 06-May-2015
Category:
Upload: seo-young-hwang
View: 357 times
Download: 0 times
Share this document with a friend
Description:
SWTT(7th Apr 2014) Session 02 - Title: "JavaScript in the backend" - Speaker: Yao Lu, Samsung
11
4.7.2014 Node.js - JavaScript in the backend
Transcript
Page 1: SWTT 140407 session02

4.7.2014

Node.js - JavaScript in the backend

Page 2: SWTT 140407 session02

Node.js today

Page 3: SWTT 140407 session02

Node.js in industry

Ebay: ql.io

Yahoo: Mojito

Paypal: in production

LinkedIn: entire mobile software server

Page 4: SWTT 140407 session02

What is Node.js

Node.js is an event-driven, non-blocking server-side JavaScript environment, built on Google’s V8 JavaScript Engine.

Node.js IS JavaScript.

Page 5: SWTT 140407 session02

What is Node.js

event-driven: even-loop based

non-blocking/asynchronous operation

single-core

control flow

Page 6: SWTT 140407 session02

What is Node.js

Page 7: SWTT 140407 session02

NPM

Node Package Manager

publicly available

easy installation via online repository

Resuable componenets

comes with version and dependency management

Page 8: SWTT 140407 session02

Database

JSON friendly

MongoDB

CouchDB

Page 9: SWTT 140407 session02

Milk Music

I/O intensive

Scalability

No-SQL

Page 10: SWTT 140407 session02

Milk Music

Page 11: SWTT 140407 session02

Q&A


Recommended