node.js - Socket.IO Connection Not working on University Wifi -


i have created chat app using socket.io . works fine on home internet. whenever @ university , connected versity wifi internet, can't connected @ all. facing 'net::err_connection_timed_out' error.

here url: demo.codesamplez.com/ultrachat/demo.html (you may ok, on home)

i guess, might kind of firewall issue or something?

does has clue how go forward solving this? in advance.

switching http https should around problem incompatible proxy server. forces proxy use http tunneling maintain connection instead performing whatever magic does.


Comments

Popular posts from this blog

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

java - Could not locate OpenAL library -

sorting - opencl Bitonic sort with 64 bits keys -