|
|
@@ -12,6 +12,13 @@ desktop software that provides self-hosted solutions.
|
|
12
|
12
|
<img src="https://github.com/lejianwen/rustdesk-api/actions/workflows/build.yml/badge.svg"/>
|
|
13
|
13
|
</div>
|
|
14
|
14
|
|
|
|
15
|
+## Better used with [lejianwen/rustdesk-server].
|
|
|
16
|
+> [lejianwen/rustdesk-server] is a fork of the official RustDesk Server repository.
|
|
|
17
|
+> 1. Solves the API connection timeout issue.
|
|
|
18
|
+> 2. Can enforce login before initiating a connection.
|
|
|
19
|
+> 3. Supports client websocket.
|
|
|
20
|
+
|
|
|
21
|
+
|
|
15
|
22
|
# Features
|
|
16
|
23
|
|
|
17
|
24
|
- PC API
|
|
|
@@ -325,3 +332,6 @@ Thanks to everyone who contributed!
|
|
325
|
332
|
</a>
|
|
326
|
333
|
|
|
327
|
334
|
## Thanks for your support! If you find this project useful, please give it a ⭐️. Thank you!
|
|
|
335
|
+
|
|
|
336
|
+
|
|
|
337
|
+[lejianwen/rustdesk-server]: https://github.com/lejianwen/rustdesk-server
|