I want to run client side of socket.io on my apache server.
I have uploaded the socket.io directory to my web server and tried the simple client connection example from the main site socket.io but its not working. I dont know what do I need to get it work and connect my running server.
I Hope, I have clearly explained my problem.
Thank you.
Copy all the files in
socket.io\node_modules\socket.io-client\distto your apache server for example to thejsfolder. Then add thesocket.io.min.jsto your page.