Hacker News new | ask | show | jobs
by euroderf 1304 days ago
Tired: Framework stuff.

Wired: Browser WASM (from Go source) that accepts commands over websockets to modify & render the DOM. (Is this "client hydration"?) Tight integration with htmlx (for pizazz + ruthless efficiency) and Javascript (for rich text editors + other advanced widgetry). This may require full Go, if tinygo continues to lack reflection support.

1 comments

> Wired: Browser WASM (from Go source) that accepts commands over websockets to modify & render the DOM.

Why WASM? For what purpose? Just to do that? You don't need WASM for that: see Phoenix LiveView