Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 358 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 358 Bytes

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

IP=<your public ip> cargo run