Update README.md

This commit is contained in:
RustDesk 2021-05-27 18:30:53 +08:00 committed by GitHub
parent 9cc8f9e382
commit a562ec712c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,2 @@
# rustdesk-server-demo # A demo of RustDesk server implementation
Demo implementation of RustDesk server This is a super simple 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.