mirror of
https://github.com/MeexReay/bRAC.git
synced 2025-06-24 10:52:58 +03:00
16 lines
350 B
Markdown
16 lines
350 B
Markdown
# How does RAC URL work?
|
|
|
|
RAC URL is used in sRAC and bRAC as the default way of specifying host, running a RAC or WRAC server.
|
|
|
|
Format of RAC URL:
|
|
|
|
```
|
|
<protocol>://<address>[:<port>]
|
|
```
|
|
|
|
Protocol can be one of these:
|
|
|
|
| | **SSL** | **No SSL** |
|
|
| :--: | :--: | :--: |
|
|
| **WebSocket** | wracs:// | wrac:// |
|
|
| **No Websocket** | racs:// | rac:// | |