···22This project is for building out a simple streaming chat UI for [stream.place](https://stream.place).
33We are using jacquard for handling ATProto interactions and pull chat messages directly from Jetstream.
4455+## Usage
66+Once you start the server with `cargo run` you can access chats in a few ways:
77+88+- For all chats: `https://localhost:8000`
99+- For chats specific to a handle use: `https://localhost:8000/user/{handle}`
1010+511## TODO
612- [x] Add retries to the websocket client
713- [ ] Add backend tests to validate rendering
814- [x] Add a minimal HTML frontend using HTMX and SSE for OBS
99-- [ ] Style
1515+- [x] Style