feat: add WebSocket task for Owncast chat with reconnect

Made-with: Cursor
This commit is contained in:
cottongin
2026-03-10 21:57:35 -04:00
parent 6a9bbf0d82
commit a2314ba50f
2 changed files with 156 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ mod html;
mod irc_task;
mod owncast_api;
mod webhook;
mod websocket;
fn main() {
println!("owncast-irc-bridge");