about mind-chat-v0

This is a prototype. Two users (alice on port 3031, bob on port 3032) each have a Solid pod backed by Community Solid Server v7. The chat room chat/general/lives on alice's pod with an ACL granting bob read+append.

What lives where

How real-time works

Each connected client subscribes to today's chat file via WebSocketChannel2023. On every PATCH the resource emits an update notification; the client re-GETs and renders. If the WebSocket fails, the UI falls back to 2-second polling.

Deferred to v1