Voglio costruire un URI WebSocket relativo all'URI della pagina sul lato del browser. Dì, nel mio caso converti gli URI HTTP come
http://example.com:8000/path
https://example.com:8000/path
per
ws://example.com:8000/path/to/ws
wss://example.com:8000/path/to/ws
Quello che sto facendo attualmente è sostituire le prime 4 lettere "http" con "ws" e aggiungere "/ a / ws". C'è un modo migliore per farlo?
path/to/ws
? Dove porta esattamente questo? Grazie