SMRTR ProgrammingAug 12, 2026Hacker News

HTML over WebSockets: real-time SPAs with barely any JavaScript

SMRTR summary

HTML over WebSockets lets you build real-time, SPA-like apps in a single backend language — no JSON API, no frontend framework, no contracts. The server renders HTML and pushes it directly to the client over a persistent bidirectional channel. Frameworks like Phoenix LiveView, Django LiveView, and Blazor prove this pattern is production-ready, though it trades stateless simplicity for per-client server memory and scaling considerations.

SMRTR provides this summary for quick context. The original article belongs to Hacker News.

Read the original article
SMRTR Programming

Get the next batch of curated stories in your inbox.

This archive is built from SMRTR newsletter stories. Subscribe for hand-picked stories without the extra noise.

Related Stories

Browse Programming