- Rust axum signaling server with WebSocket support - Lit + TypeScript frontend with Vite - Redis session storage with TTL - WebRTC transport and crypto client stubs - Phase1 architecture plan in plans/ - Deploy directory structure prepared
3 lines
32 B
Rust
3 lines
32 B
Rust
pub mod service;
|
|
pub mod store;
|