Skip to content

Commit ecf98d7

Browse files
committed
feat: ws
1 parent a775123 commit ecf98d7

File tree

3 files changed

+37
-0
lines changed

3 files changed

+37
-0
lines changed

docs/api/api/index.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ lb-\*.exptech.dev 為指定 Balance Server,若不加編號則由 DNS 自動分
2222

2323
:::
2424

25+
:::warning
26+
27+
由 DNS 自動分配的情況下,意味著當有 1 台伺服器故障時,請求成功率為 3/4(75%) 以下,建議手動管理要使用的 Base URL。
28+
29+
參考 [手動處理 Base URL](../more/base-url)
30+
31+
:::
32+
2533
### Core
2634

2735
- `https://api.exptech.dev/api`

docs/api/socket/index.mdx

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,27 @@ sidebar_position: 4
33
---
44

55
# Socket
6+
7+
## Base URL
8+
9+
### Balance
10+
11+
- `https://lb.exptech.dev/ws`
12+
- `https://lb-1.exptech.dev/ws`
13+
- `https://lb-2.exptech.dev/ws`
14+
- `https://lb-3.exptech.dev/ws`
15+
- `https://lb-4.exptech.dev/ws`
16+
17+
:::note
18+
19+
lb-\*.exptech.dev 為指定 Balance Server,若不加編號則由 DNS 自動分配。
20+
21+
:::
22+
23+
:::warning
24+
25+
由 DNS 自動分配的情況下,意味著當有 1 台伺服器故障時,請求成功率為 3/4(75%) 以下,建議手動管理要使用的 Base URL。
26+
27+
參考 [手動處理 Base URL](../more/base-url)
28+
29+
:::

docs/api/socket/rts.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
sidebar_position: 2
3+
---
4+
5+
# RTS

0 commit comments

Comments
 (0)