Base version of the rtc server

Authorization is required for implementation
So is a proper messaging model to make implementation clean and scalable
For now this serves as a good starting point for the rest of this project
This commit is contained in:
shockrah
2021-03-22 02:45:54 -07:00
parent 3ee22ff932
commit 185b64d9db
10 changed files with 869 additions and 784 deletions

8
rtc-server/Makefile Normal file
View File

@@ -0,0 +1,8 @@
default:
cargo build --release
clean:
cargo clean
run:
cargo run --release