Building a Game of Memory with SignalR
ASP.NET SignalR is a library for .NET that adds real-time / bidirectional communication to your web application. In this course we will learn how to use this framework to build a real-time two player memory game.
What you'll learn
ASP.NET SignalR is a library for .NET that adds real-time / bidirectional communication to your web application. In this course we will learn how to use this framework to build a real-time two player memory game. Throughout this course you will learn how to construct a game framework that leverages the power of MVC 4, SignalR hubs and the integration of a server side blackplane for load balancing and scale.