Showcases command events invoking registered server functions and applying server-result signal effects.
Key files:
index.htmlsubmits a form through aserver.*(...)command.main.jsregisters the local server function and returned signal patch.
Start from the repo root:
python3 -m http.server 4173Open http://127.0.0.1:4173/examples/server-call/.
Verify:
pnpm run examples:check