A Rust project for overlaying your stream.place chat in OBS

docs: update README

ethanholz.com 0dd36319 0490bc07

verified
+7 -1
+7 -1
README.md
··· 2 2 This project is for building out a simple streaming chat UI for [stream.place](https://stream.place). 3 3 We are using jacquard for handling ATProto interactions and pull chat messages directly from Jetstream. 4 4 5 + ## Usage 6 + Once you start the server with `cargo run` you can access chats in a few ways: 7 + 8 + - For all chats: `https://localhost:8000` 9 + - For chats specific to a handle use: `https://localhost:8000/user/{handle}` 10 + 5 11 ## TODO 6 12 - [x] Add retries to the websocket client 7 13 - [ ] Add backend tests to validate rendering 8 14 - [x] Add a minimal HTML frontend using HTMX and SSE for OBS 9 - - [ ] Style 15 + - [x] Style