bsstoner/socket.io-channels

Not working within socket-io 0.8.4

Closed this issue · 1 comments

Hi Brian

tried integrating your plugin into a node js app running socket-io 0.8.4 and the socket server is not picking up any connection

from your readme it says to upgrade to newer versions of socket-io - does it mean that the channels functionality is built into newer versions of socket-io?

i'm a node newbie so apologies if the above is not relevant.

thanks

this lib probably won't work anymore, as of 0.7 socket.io has better built-in support for this stuff.

Check out the examples towards the bottom here, the one using 'rooms' is probably what you're looking for: https://github.com/LearnBoost/socket.io