Websocket server supported

This commit is contained in:
2026-01-04 00:33:42 +08:00
parent b6d35a2e72
commit 8a1635ca86
34 files changed
+262 -25

No files matched your search

+2 -2
View File
@@ -26,8 +26,8 @@ repositories {
```kotlin
// to get latest version of this lib, go to
// https://next.pkg.rtast.cn/#/releases/cn/rtast/kotlin-cfworker/kotlin-cloudflare-worker/
implementation("cn.rtast.kotlin-cfworker:kotlin-cloudflare-worker:1.0.2")
// https://next.pkg.rtast.cn/#/releases/cn/rtast/kotlin-cfworker/core/
implementation("cn.rtast.kotlin-cfworker:core:1.0.2")
```
## Run app