https://github.com/lichon/hbbs-worker
rustdesk hbbs/hbbr implement with cloudflare worker durable object
https://github.com/lichon/hbbs-worker
rustdesk rustdesk-server
Last synced: 4 months ago
JSON representation
rustdesk hbbs/hbbr implement with cloudflare worker durable object
- Host: GitHub
- URL: https://github.com/lichon/hbbs-worker
- Owner: lichon
- License: mit
- Created: 2025-11-03T18:35:34.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-11-15T13:30:38.000Z (7 months ago)
- Last Synced: 2025-11-15T15:21:49.127Z (7 months ago)
- Topics: rustdesk, rustdesk-server
- Language: TypeScript
- Homepage: wss://hbbs.lichon.cc
- Size: 108 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rustdesk serverless server
This is a rustdesk HBBS/HBBR websocket implement with [Durable Object](https://developers.cloudflare.com/durable-objects/)
Setup worker secret HBBS_RELAY_URL = 'wss://your-worker-url' on cloudflare dashboard
Enable 'Use Websocket' on rustdesk Network setting, set ID/Relay Server to your-worker-url,
Set Api Server to https://localhost or https://your-worker-url to enable wss connection
Goto https://rustdesk.com/web/ set Network setting to your-worker-url, control your desk by web
[](https://deploy.workers.cloudflare.com/?url=https://github.com/lichon/hbbs-worker)
## Getting Started
First, run:
```bash
npm install
# or
yarn install
# or
pnpm install
# or
bun install
```
Then run the development server (using the package manager of your choice):
```bash
npm run dev
```
## Deploying To Production
| Command | Action |
| :------------------ | :------------------------------------ |
| `npm run deploy` | Deploy your application to Cloudflare |
| `npm wrangler tail` | View real-time logs for all Workers |