I understand that the socket.io JavaScript client file will be served from the Node.js server, but this is not good because I've used some sort of JavaScript library dependency manager like require.js
or steal.js
.
I wish I could serve the socket.io client JavaScript file from my main (static assets) server, not from Node.js server. Is this doable? And how can I achieve this?