sinfo / ampersand-io

Provides a socket.io wrapper to be used with ampersand modules
MIT License
10 stars 0 forks source link

Allow ampersand-io to connect to non-NodeJS server #5

Closed bfowle closed 9 years ago

bfowle commented 9 years ago

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".

bfowle commented 9 years ago

Apologies--

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.