Real time communication with signalR

If you need realtime communication and don’t want to use long polling ajax calls for example for an game or a chat and also want fallback if WebSockets not is supported, signalR is a good library. This is a short tutorial on how to use signalR in an ASP.NET MVC application. If you want to […]

  7/12/2013 - 10:37 AM

Enable WebSocket Protocol in IIS

If you want to use WebSockets with IIS8 you need to enabled it. This step by step guide will show you how to enable WebSocket Protocol on Windows 8 and Windows Server 2012. Enable WebSocket Protocol in Windows 8 Open “Control Panel Open “Turn Windows features on or off Expand “Internet Information Services” Expand “World […]

  6/12/2013 - 2:04 PM