I'm currently evaluating using websocket-stream. One of the nicer aspects of using socket.io is that you can return a response back to any emitter - and it gets routed back to that callback handler. Does websocket-stream support multiple duplex streams (channels) per connection? If not, what's the best approach?
I'm currently evaluating using websocket-stream. One of the nicer aspects of using socket.io is that you can return a response back to any emitter - and it gets routed back to that callback handler. Does websocket-stream support multiple duplex streams (channels) per connection? If not, what's the best approach?