Firewall (kaspersky/avast) blocked messages when I using websocket server (socket.io on node.js), what can i do? (except change default setting in firewall) port 8080 or 8000 thx a lot
feedback
|
migrated from stackoverflow.com May 11 at 3:49
This question came from our site for professional and enthusiast programmers.
|
I can tell you 100% that Avast for example blocks not only websockets, but from what I see from my Socket.IO app also xhr-polling and other stuff. This is unacceptable, I've even tested on port 80 and it doesn't work. What an awful piece of software. | |||
|
feedback
|
|
Many ISP companies block the port 80 to prevent their customers of hosting a web servers on their home computers. It might beyond your power to unblock the port 80 from your ISP. Also, as far as I am concerned, Avast is not a firewall. | |||
|
feedback
|
|
You can try to use port 443 (which is used for https) if it's possible in your case. | |||
|
feedback
|
