hotmeal-server 2.0.3

Server-side live-reload infrastructure for hotmeal - transport-agnostic HTML diffing and patch delivery
Documentation

Server-side live-reload infrastructure for hotmeal.

Provides transport-agnostic HTML diffing and patch delivery. The core abstraction is LiveReloadServer, which caches HTML per route, diffs on change, and produces LiveReloadEvent messages that can be serialized and sent over any transport (WebSocket, SSE, etc.).

The client side lives in hotmeal-wasm which deserializes events and applies patches to a mount point in the browser DOM.