mirror of
https://github.com/rustdesk/rustdesk-server-demo.git
synced 2026-02-16 02:20:51 +00:00
09a9edcd50af3852333b60532666e5c41fe5d4b5
Added Polish translation of README file
[Deutsch] | [Nederlands] | [Polski]
A working demo of RustDesk server implementation
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.
How to run
# install rustup first, https://rustup.rs/
IP=<public ip of this machine> cargo run
Languages
Rust
100%