Using SignalR in ASP.NET Core 1.0

We have an ASP.NET Core 1.0 RC1 application, and we want to include SignalR in it. However, SignalR is not yet part of ASP.NET Core 1.0.

Is there a way to still include SignalR in our existing application, or are we looking in some other web socket library like socket.io?

+4
source share
2 answers

Although SignalR 3 will not be part of the ASP.NET Core 1.0 release, you can still use SignalR in your ASP.NET Core web application project.

In fact, check out this SignalR project on the official aspnet account on Github:

, VS2015 (. ):

SignalR Project

, !:)

0

SignalR 1.0 rtm. , :

:
https://www.myget.org/F/aspnetcirelease/api/v3/index.json
nuget:
"Microsoft.AspNetCore.SignalR.Server": "0.1.0-rtm-21431"

SignalR 3

+4