chat-example
chat-example copied to clipboard
Problem using local socket.io.js resource
The interactive chat doesn't work anymore with socket.io v. ^1.4.3 with locally generated socket.io.js file but :
- works with version
1.2.0and localsocket.io.js; - works with version
^1.4.2and https://cdn.socket.io/socket.io-1.2.0.js.
I would love to know what changed and how to adapt on modern Socket.io usage.
Works for me using latest socket.io 1.4.6 on the server plus either 1.2.0 or 1.4.5 on the client.