• would it be something like this? I would set the console to loopbackA and then call an on data listener for loopbackB and send that via ws?

    LoopbackA.setConsole();
    LoopbackB.on('data',function(msg){
     ws.send(msg);
    });
    
About

Avatar for Esper @Esper started