Linux - WebSocket Test Error
I am testing on opening websocket and echo. I am trying to run on Linux-based PC and testing with example code in the official websocket website 'http://www.websocket.org/echo.htm
Solution 1:
The operating system has absolutely nothing to do with WebSocket working or not. This is a browser issue. Firefox, Chromium or whatever provide the same features to web developers on every platform they support.
Chromium 10 has only partial support for WebSocket, which means it supports an old version of the standard/protocol or you must enable them manually. Just update your browser. Chromium 10 was released in March 2011 and thus is quite old in this current situation where new HTML5 features are added to almost every browser release.
Solution 2:
Are WebSockets not supported in Firefox Are WebSockets not supported in Firefox
The above link may be helpful for you...
Post a Comment for "Linux - WebSocket Test Error"