🛠️ The Multi-Realm Implementation
QuietBoard is a study in architectural trade-offs. I rebuilt the same utility across four different realms to compare BEAM concurrency, Rust safety, and Modern JS reactivity.
Rust Implementation
Axum + AskamaA "Zero-JS" reliability study: building a stateless architecture where HTML templates are validated by the compiler at build-time.
Examine Rust Technical Scroll →Elixir Implementation
Phoenix + LiveViewA study in Event-Driven Interop: Synchronising concurrent server state with a JS-based charting engine via bidirectional LiveView Hooks.
Examine Elixir Technical Scroll →Svelte Implementation
Client-Side JSAn exploration into the "Compiler-as-Framework" approach: eliminating Virtual DOM overhead for a lean, high-performance client.
Examine Svelte Technical Scroll →Vue Implementation
Client-Side JSA study in "Developer Experience" and modular logic: orchestrating multiple client-side libraries for a backend-independent dashboard.
Examine Vue Technical Scroll →