TypeScript SSG+SSR realtime framework delivering server-driven UIs over WebSocket
ts-liveview is a TypeScript framework for hybrid SSG and SSR realtime SPAs/MPAs that serves full HTML from a Node.js server and streams live UI updates over WebSocket. It uses JSX/AST for server-side rendering without a virtual DOM, supports HTML streaming, a minimal client runtime, and optional page-specific TypeScript bundles. Suited for interactive realtime dashboards, collaborative apps, and sites that require fast first paint with minimal client JavaScript.
0