You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
how to use socket.io in node.js? how to transfer data from client to node socket.io server or from node socket.io server to client?
I create socket.io server in node.js but can't connect it from client. I use node.php address for socket.io server in client code
The text was updated successfully, but these errors were encountered:
Currently socket.io is not supported. You would have to use a PHP
implementation of WebSockets (like Ratchet or PHP-Websockets or
phpsocket.io) and forward it to sockets.io server listening on
localhost:49999 or other port.
how to use socket.io in node.js? how to transfer data from client to node socket.io server or from node socket.io server to client?
I create socket.io server in node.js but can't connect it from client. I use node.php address for socket.io server in client code
The text was updated successfully, but these errors were encountered: