asp.net 核心上的 websockets 状态如何

What is the state of websockets on asp.net core

我想用 asp.net 内核实现一个 websockets 服务器。目前看来您有 2 个不同的软件包:

我有以下问题:

我想你想使用 Microsoft.AspNetCore.WebSockets. You can find some samples in the repo: https://github.com/aspnet/WebSockets

Websockets tutorial

SignalR Tutorial

至于成熟度,我想这是你目前能得到的最好的。