Tag: Server-Sent Events
All the articles with the tag "Server-Sent Events".
-
ASP.NET Core + SSE:构建流式 AI 聊天应用
Published: at 04:12 PM用 Server-Sent Events 在 ASP.NET Core 中实现 AI 聊天响应的逐字流式输出,让用户不用等待完整生成就能看到结果。从 SSE 原理到完整端点实现,一篇就能跑通。
-
.NET 10 中的 Server-Sent Events:实时流式传输的简洁方案
Published: at 12:00 AM本文介绍 .NET 10 中新增的 Results.ServerSentEvents 功能,通过订单实时追踪案例,展示如何用 SSE 替代 WebSocket 实现更简洁的服务端推送,并探讨 Channel、生产环境注意事项及适用场景。