If you missed the announcement the other day, WebSockets are now supported in Windows Azure Web Sites. Let's try it with a sample SignalR application. Create an Azure Web Site Login to http://manage.windowsazure.com/ Select New, Compute, Web Site, Quick Create Type a URL and click Create Web Site Go to Dashboard of your new website, click Download the publish profile, and save *.PublishSettings file on your local hard drive Create a Visual Studio Project associated to an Azure Web Site Install Azure SDK for Visual Studio 2013 Open Visual Studio 2013 On Menu: select File, New, Project, Visual C#, Web, ASP.NET Web Application On Name, type "AzureWebSiteWithWebSockets", click OK Select Empty, click OK In the Solution Explorer, right...(read more)
Go to the complete details ...