Any samples for mvc6 with signalr?

后端 未结 2 1182
悲哀的现实
悲哀的现实 2021-02-01 06:32

I have a full-working ASP.NET MVC application (.NET Core, ASP.NET MVC 6).

I would now like to add a signalr to my application. Any

2条回答
  •  迷失自我
    2021-02-01 07:00

    I don't believe there are any yet.

    The next version of SignalR, version 3, is designed for ASP.NET Core, SignalR 2 doesn't support this. If you look on the ASP website https://www.asp.net/learn it doesn't mention that you can use SignalR with ASP.NET Core .

    Since ASP.NET Core makes use of NodeJS rather then NuGet for client-side libraries, a Node module would probably be created for SignalR. Only time will tell what SingalR 3 will look like.

    This is also a relevant question What is the development status of SignalR 3?

提交回复
热议问题