브라우저 측에서 페이지 URI를 기준으로 WebSocket URI를 구성하고 싶습니다. 제 경우에는 HTTP URI를 다음과 같이 변환하십시오.
http://example.com:8000/path
https://example.com:8000/path
에
ws://example.com:8000/path/to/ws
wss://example.com:8000/path/to/ws
내가 현재하고있는 것은 처음 4 개의 "http"문자를 "ws"로 바꾸고 "/ to / ws"를 추가하는 것입니다. 더 좋은 방법이 있습니까?
path/to/ws
입니까? 이것이 정확히 어디로 연결됩니까? 감사합니다