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
Post a Comment