Yes, the problem appears to be however that it is still falling back to xhr polling in worker. You can see that by opening the dev toolbar in Chrome and viewing the network traffic. I am pretty sure this was working earlier. If not, we will make it work :-)
Sent from my Windows Phone ------------------------------ From: Angel Java Lopez Sent: 2/11/2012 11:55 AM To: [email protected] Subject: Re: [nodejs] Azure node.js/socket.io with websocket transport 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 -- 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
