Update README.md

This commit is contained in:
RustDesk 2021-05-27 20:46:55 +08:00 committed by GitHub
parent 89a8704909
commit 222e628482
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
# A working demo of RustDesk server implementation # A working demo of RustDesk server implementation
This is a super simple working demo implementation with only one relay connection allowed, without NAT traverse, persistence, encryption and any other advanced features. But it can be your good starting point to write your own RustDesk server program. 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 ## How to run
``` ```