JavaScript, Meet Cloud : Node.js on Windows Azure

19
https:// github.com/shijuvar

Transcript of JavaScript, Meet Cloud : Node.js on Windows Azure

https://github.com/shijuvar

http://weblogs.asp.net/shijuvarghese

Sending Push Notifications

Reading Azure Storage Table

var azure = require('azure');

Sending email with SendGridvar SendGrid = require('sendgrid').SendGrid;

var socketio = require('socket.io')

,SbStore = require('socket.io-servicebus');

var io = socketio.listen(server);

//Configure Service Bus Store

io.configure(function () {

io.set('store', new SbStore({

topic: topicName,

connectionString: sbconn

}));

});

http://www.windowsazure.com/en-us/develop/nodejs/

https://github.com/WindowsAzure/azure-sdk-for-node

http://www.windowsazure.com/en-us/solutions/mobile/

https://github.com/WindowsAzure/socket.io-servicebus