Initial commit: Rust WebSocket/UDP signaling and media relay server

This commit is contained in:
srtk 2026-02-08 15:40:45 +05:30
commit c644aed661
6 changed files with 373 additions and 0 deletions

4
.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
target/
.DS_Store
*.log
.env