There is an example with worker role + socket.io, that uses websocket: http://nodeblog.cloudapp.net/running-socket-io-on-windows-azure-web-and-worker-roles
by @marianodvazquez but web role runs on IIS7, that doesn't support websocket, yet. I didn't try the example on Azure. (that blog uses https://github.com/creationix/wheat) Angel "Java" Lopez http://www.ajlopez.com http://twitter.com/ajlopez On Sat, Feb 11, 2012 at 5:00 AM, alex <[email protected]> wrote: > Hi guys, > > I was wondering if anyone has tried to deploy node with socket.io to > azure? What are your experiences? I have a sample app deployed but it falls > back to xhr-polling despite a MS rep claiming that websocket transports > should work out of the box: > http://social.msdn.microsoft.com/Forums/en-US/windowsazureconnectivity/thread/74308a54-e06b-479d-af7f-7ad0fef498e1 > > Thanks for any pointers ;) > > Cheers, > Alex > > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
