As far as I have seen, there is no explanation as to where we are to locate the client side script for socket.io if node.js is not used as the web
socket.io
node.js
The best way I have found to do this is to use bower.
bower install socket.io-client --save
and include the following in your app's HTML:
That way you can treat the socket.io part of your client the same way you treat any other managed package.