CrossDesk Server

中文 / English

Server designed for CrossDesk , supporting WSS-encrypted connections and using SQLite3 to store user information.

License: LGPL-3.0 | [Platform: Windows | Linux | macOS]


Requirements:

Build:

git clone https://github.com/kunkundi/crossdesk-server.git

cd crossdesk-server

xmake b crossdesk_server

About Xmake

Build Options

# Switch build mode
xmake f -m debug/release

# Optional build parameters
-r : Rebuild the target
-v : Show detailed build logs
-y : Automatically confirm prompts

# Example
xmake b -vy crossdesk_server

For more information, please refer to the official Xmake documentation .

Build Docker Image

cd docker

sudo docker build -t image-name .
Description
Server for CrossDesk | 为 CrossDesk 设计的服务端软件
Readme 382 KiB
Languages
C++ 90.1%
Shell 7.1%
Lua 2.8%