20150207 node.js on azure - meltingpot seminar in busan

65

Upload: youngwook-kim

Post on 17-Jul-2015

343 views

Category:

Technology


3 download

TRANSCRIPT

Website

Socket Comm.

Mobile Service

Javascript

범용성

puts("Enter your name: ");var name = gets();puts("Name: " + name);

puts("Enter your name: ");gets(function(name) {

puts("Name: " + name);});

Node.js (x86): http://nodejs.org/dist/v0.10.22/node-v0.10.22-x86.msi

(x64): http://nodejs.org/dist/v0.10.22/x64/node-v0.10.22-x64.msi

Visual Studio 2013 Downloadhttp://www.microsoft.com/visualstudio/eng/downloads#d-2013-editions

NTVS Downloadhttps://nodejstools.codeplex.com/wikipage?title=Installation#

Microsoft

Azure

$

IaaSVirtual Machine

PaaSCloud Service

BaaSMobile Service

WebWebsite

Node.js Website

Node.js Socket Comm.

Azure Mobile Service

Javascript

멜팅팟세미나구로세션1 안드로이드앱개발자를위한 BaaS와인증연동http://youtu.be/G2p2f0QCxi0

멜팅팟세미나구로세션2 BaaS 기반의Push 서비스구현과데이터처리http://youtu.be/SXCyYFO3tTg

Virtual Machine Website

>_

Server

Windows Azure Web Sites1분내외로만드는강력한웹사이트

Azure Tools for Visual Studio http://azure.microsoft.com/ko-kr/downloads/

-Website 내에는데이터를저장하면안된다.

-일반적인 Socket 통신은지원하지않는다.

(Web Socket은지원한다.

-Visual Studio를사용하면개발에서배포까지한번에할수있다.

Virtual MachineVirtual Machine

Virtual Machine

Virtual Machine

Cloud Service

Cloud Service

Cloud Service

Cloud Service

SQLTable

StorageBlob

StorageMongo

DB

SQL Azure (Database)

Table Storage

Blob Storage

Mango DB

Cloud Service

Cloud Service

Cloud Service

Cloud Service

SQLTable

StorageBlob

StorageMongo

DB

Var azure = require(‘azure’);

var blobService =

azure.createBlobService(accessAccount,

accessKey);