跨平台WebSocket代理 .NET Core的简约websocket框架。 您可以在API上使用它,以在各种客户端类型之间进行通信。 API的用法-服务层 启动ConfigureServices // Add NetCoreStack Native Socket Services. services . AddNativeWebSockets < ServerWebSocketCommandInvocator>(); 启动配置 app . UseNativeWebSockets (); 带依赖注入的控制器 public MyController ( IConnectionManage