# SSE Resources

## Knowledge

- [HTML Living Standard: Server-sent events](https://html.spec.whatwg.org/multipage/server-sent-events.html)
  官方规范。所有 SSE 行为的最终定义。Use for: 协议细节、字段定义、边界情况。

- [MDN: EventSource](https://developer.mozilla.org/en-US/docs/Web/API/EventSource)
  EventSource API 完整参考。Use for: API 用法、属性、事件、兼容性。

- [SSE（Server-Sent Events）技术详解（知乎）](https://zhuanlan.zhihu.com/p/1903527326400094395)
  中文综合教程，含多场景示例。Use for: 快速理解原理和用法。

- [SSE ではじめるリアルタイム通信（Qiita）](https://qiita.com/tenda_ryo_y/items/8cbf19e5c9e0273cf7e3)
  日文教程，Hono 框架示例。Use for: 日文社区视角和框架集成。

## Wisdom (Communities)

- [r/webdev](https://reddit.com/r/webdev)
  Web 开发综合社区，SSE/WebSocket 讨论活跃。
