Y
Hacker News
new
|
ask
|
show
|
jobs
by
dandelion9
432 days ago
WebSockets are often blocked by corporate firewalls/proxies, I don't think it's as simple as saying WebSocket > HTTP
1 comments
austin-cheney
432 days ago
To solve for that you can serve WebSockets on the same port as HTTP. Most web server application's don't know how to configure that, but I know it can be done because I doing it right now in my own applications.
link