Tag: WebSockets
All the articles with the tag "WebSockets".
-
Server-Sent Events in ASP.NET Core and .NET 10
Published: at 12:00 AM探索 .NET 10 中新增的原生 Server-Sent Events (SSE) API,学习如何在 ASP.NET Core 中实现轻量级的单向实时数据推送,以及何时选择 SSE 而非 SignalR。
-
.NET 10 网络功能改进深度解析
Published: at 12:00 AM深入解析 .NET 10 在网络领域的关键改进,包括 WinHttpHandler 证书缓存优化、WebSocketStream 新抽象、macOS TLS 1.3 支持以及 Server-Sent Events 格式化器等实用功能。