realtime conf - lightning node.js dev

Post on 06-May-2015

905 Views

Category:

Documents

3 Downloads

Preview:

Click to see full reader

DESCRIPTION

My Realtime conf talk on VMs, Node.js github deployment and Windows Azure Mobile Services

TRANSCRIPT

Lightning nodejs dev

@gblock

Who am I@gblock

MICROSOFT

Who am I really?

node developer@Microsoft

develop infra, tools and libraries for node in Azure

supporter of the node community

social addict

Cloud migration

Apps are moving in droves to the cloud

Cloud migration

node apps are moving in droves to the cloud

Cloud migration

mobile apps are moving in droves to the cloud

Cloud migration

Azure will help you get there

Deploy

Deploying node fast and continually

from ANY platform

npm install azure –gazure account downloadazure account import

git clone https://github.com/glennblock/gbtestazure site create gbtest –github -u glennblock

Many other useful commandsazure site deployment listazure site deployment show [id]azure site redeploy [id]azure site showazure site listazure site stopazure site delete

Virtualize

Linux VMs(yes we also support Windows )

azure vm image list

azure vm create [name] [image] [user] [pass] --location [location] --ssh

azure vm endpoint create create [vm] [lb-port] [vm-port]

Manage

Manage and scale from ANY device

azure site portal

HTML 5

Mobilize

Building node powered mobile backends

Windows Azure Mobile ServicesCreate a CRUD API over HTTP, server logic in node!

Authenticate via OAuth provides (Live, Google, FB)

Server push to IOS, Windows 8 and Windows Phone. Android comming

Creating a service

Learn more

http://aka.ms/krtconf - Sign up and try it outhttp://aka.ms/azurenodedev - Node dev centerhttp://aka.ms/azuremobiledev - Mobile dev center

email me: gblock@microsoft.comtwitter: @gblock

top related