In-browser server — POST /
booting…
Users CRUD — /users (pglite-backed)
Create user — POST /users
Delete user — DELETE /users
Query users — GET /users
Reactive chat — new WebSocketWasm("ws://chat/chat")
A real Go reactive handler running in wasm. The native-looking
WebSocketWasm echoes back the length of whatever you send.
closed