In a case of having a non-NodeJS server, the AmpersandIO sets the socket to "io.connect()" without any possible opts. This will assume "/" nsp, and create the Manager under the path "/socket.io".
ampersand-io-collection package.json pulls in: "ampersand-io": "^0.1.0"
so this was pulling in both 0.1.0 from -collection and 0.4.0 from -model and seemingly using the older one.
In a case of having a non-NodeJS server, the AmpersandIO sets the socket to "io.connect()" without any possible opts. This will assume "/" nsp, and create the Manager under the path "/socket.io".