node.js - Different socket connections or namespace in socket.io? -


i need have different channels socket.io implementation. these different channels have different processing , different data passed clients connected different channels. bit confused whether use different socket connections in guess have create different connections on different ports? or use standard namespace functionality socket.io provides. main concern if choose namespaces use 1 socket connection channels, performance of sending data across lots of clients on different channels affected because of it?

any suggestions or inputs highly appreciated. thanks


Comments

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -