High-Frequency Realtime with SignalR
High-Frequency Realtime with SignalR Overview Videos Project Wiki Samples Forum Open Source By Patrick Fletcher | April 16, 2013 Tutorial: Getting Started with SignalR (C#) Tutorial: Getting Started with SignalR and MVC 4 (C#) High-Frequency Realtime with SignalR Tutorial: Server Broadcast with ASP.NET SignalR (C#) What is SignalR Transports and Fallbacks Connections and Hubs Supported Platforms This tutorial shows how to create a web application that uses ASP.NET SignalR to provide high-frequency messaging functionality. High-frequency messaging in this case means updates that are sent at a fixed rate; in the case of this application, up to 10 messages a second. The application you'll create in this tutorial displays a shape that users can drag. The position of the shape in all other connected browsers will then be updated to match the position of the dragged shape using timed updates. Concepts introduced in this tutorial have applic...