Files
hemx/examples/v0
slhx agent ce4c2e086d feat(axum): expose hashed runtime asset path
Generate a SHA-256 content hash for the embedded hemx runtime, expose the hashed path from hemx-axum, serve immutable runtime headers, and update examples to load the hemx-owned path instead of fixed /hemx.js URLs.

req: axum_integration/005
2026-06-05 18:27:38 +02:00
..
2026-06-05 06:52:37 +02:00
2026-06-05 06:52:37 +02:00
2026-06-05 08:56:36 +02:00

hemx v0 browser examples

Run the examples server:

cargo run -p hemx-v0-examples

Open http://127.0.0.1:3000.

The page includes working examples for generated target objects and server-first UI commands:

  • counter updates
  • todo form submission with one TodoRow hemplate partial reused by the initial page render and generated row append/replace/remove commands
  • wizard step updates
  • login form feedback
  • page swap/navigation
  • server-sent notifications