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:
8
rtc-server/Makefile
Normal file
8
rtc-server/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
default:
|
||||
cargo build --release
|
||||
|
||||
clean:
|
||||
cargo clean
|
||||
|
||||
run:
|
||||
cargo run --release
|
||||
Reference in New Issue
Block a user