We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I get this error when changing a single line in your index.html
var socket = io();
to
var socket = new WebSocket('ws://192.168.1.174:10080/mcu');
I am not using Node.js, but my server does support websockets. Any idea you may have as to how I can fix this would be awesome.
The text was updated successfully, but these errors were encountered:
Using node works without an issue. My guess is .emit and .on functions don't work as well with standard ws
Sorry, something went wrong.
So node its sending something to make it valid? Seems odd, but ok.
On Jun 16, 2014 4:02 PM, "arshem" [email protected] wrote:
Using node works without an issue. My guess is .emit and .on functions don't work as well with standard ws — Reply to this email directly or view it on GitHub.
— Reply to this email directly or view it on GitHub.
I get the same error on running on
I changed
var socket = io.connect();
and it works. Unfortunately I don't know why.
Commit rauchg#2: Make changes to index.js
2da5c85
No branches or pull requests
I get this error when changing a single line in your index.html
to
I am not using Node.js, but my server does support websockets. Any idea you may have as to how I can fix this would be awesome.
The text was updated successfully, but these errors were encountered: