7 lines
127 B
Text
7 lines
127 B
Text
|
|
wss://example.com
|
||
|
|
|
||
|
|
handle {
|
||
|
|
respond "hello"
|
||
|
|
}
|
||
|
|
----------
|
||
|
|
the scheme wss:// is only supported in browsers; use https:// instead
|