PatrickJS / angular-websocket

:arrow_upper_left: The missing Angular WebSocket module for connecting client applications to servers by @AngularClass
https://angularclass.github.io/angular-websocket
MIT License
1.22k stars 194 forks source link

Websocket under http #102

Open rutkoski opened 8 years ago

rutkoski commented 8 years ago

Why does angular-websocket force the url to start with ws:// ?????

el-chogo commented 7 years ago

My guess is that it's because that's the protocol's suffix for websocket URIs. Anyways, is this an actual problem? The request starts as a HTTP one and then gets upgraded AFAIK.

alizarion commented 7 years ago

it can be a problem if you are on a network with some stupid proxy rules that allow only http protocol, that's my case :(