Markus Harm
Results
1
comments of
Markus Harm
on the js client I can connect to multiple namespaces and then directly emit into every namespace like this: ``` var fooNsp = io.connect('/foo'); var barNsp = io.connect('/bar'); fooNsp.emit('some event',...