| Crates.io | guts-realtime |
| lib.rs | guts-realtime |
| version | 0.1.0 |
| created_at | 2025-12-23 11:11:50.995271+00 |
| updated_at | 2025-12-23 11:11:50.995271+00 |
| description | Real-time WebSocket support for Guts code collaboration platform. |
| homepage | https://github.com/AbdelStark/guts |
| repository | https://github.com/AbdelStark/guts |
| max_upload_size | |
| id | 2001324 |
| size | 92,132 |
Real-time WebSocket support for Guts.
This crate provides real-time updates via WebSocket:
use guts_realtime::{WebSocketHandler, EventStream};
// Handle WebSocket connections
let handler = WebSocketHandler::new(event_bus);
// Subscribe to repository events
let stream = handler.subscribe("owner/repo").await?;
This crate is part of Guts, a decentralized, censorship-resistant alternative to GitHub built on BFT consensus.
MIT OR Apache-2.0