Using WebSockets with ASP.NET Web API

后端 未结 5 1479
眼角桃花
眼角桃花 2020-12-02 14:52

What is the preferred method for using raw websockets in an ASP.NET Web API application?

We\'d like to use binary WebSockets on a couple of our inte

5条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-02 15:27

    What about using SignalR 2?

    • Can be installed via NuGet
    • For .NET 4.5+
    • No permanent loop required
    • Broadcasting possible -Tutorial here

提交回复
热议问题