A working demo of RustDesk server implementation
747
stars
41
commits
Rust
primary language
Aug 31, 2024
updated
[Deutsch] | [Español] | [Français] | [Nederlands] | [Polski] | [Português (Brasil)] | [简体中文]
This is a super simple working demo implementation with only one relay connection allowed, without NAT traversal, persistence, encryption and any other advanced features. But it can be your good starting point to write your own RustDesk server program.
# install rustup first, https://rustup.rs/
IP=<public ip of this machine> cargo run
Rust
100.0%
A working demo of RustDesk server implementation
747
stars
41
commits
Rust
primary language
Aug 31, 2024
updated
[Deutsch] | [Español] | [Français] | [Nederlands] | [Polski] | [Português (Brasil)] | [简体中文]
This is a super simple working demo implementation with only one relay connection allowed, without NAT traversal, persistence, encryption and any other advanced features. But it can be your good starting point to write your own RustDesk server program.
# install rustup first, https://rustup.rs/
IP=<public ip of this machine> cargo run
Rust
100.0%