Server-Sent Events
AssessTechniques
A streaming mechanism for sending incremental responses from server to client over HTTP.
Why it's here
Placed in Assess: 2 article(s) of evidence from 2 source(s), led by security coverage, with 2 in the last 30 days. Confidence 40%.
Evidence (2)
- 6InfoQ·8/11/2026framework_updateNetflix Scales Its Real-Time Service Map
Netflix described how it reworked the streaming pipeline behind Service Topology, its real-time map of service dependencies, to handle production-scale traffic. The redesign splits processing into three stages, propagates backpressure back to Kafka instead of dropping records, and uses server-sent events for high-volume internal data transfer.
- 6Hacker News·7/20/2026securityOpenCode criticized for security and performance issues
A Hacker News post argues that OpenCode, an open-source AI coding agent, has serious usability and security flaws. The author highlights repeated prompt-cache misses, unnecessary context re-evaluation, and design choices that can make the tool slow and potentially risky when connected to a shell.