SignalR Core
SignalR Core is the complete rewrite of SignalR for ASP.NET Core 2.0 and, at the time of writing this chapter, is available as an alpha release for ASP.NET Core 2.0. As per the road-map, it is scheduled to be released in the fourth quarter of 2017 and will be shipped with ASP.NET Core 2.1. The current alpha release consists of a server component, .NET client, and JavaScript/TypeScript client.
We will be using SignalR Core for our game development as it will take care of all the heavy duty stuff needed to push the content from the server to the client and let us concentrate on the problem at hand. With the ASP.NET Core 2.0 and SignalR Core basics in place, and the design and approach finalized, let's get started with our implementation. ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access