Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

245
Visualizações
How to stream the streamed data from Websocket to another Websocket?

This is the image to help you understand what are the problems. I am trying to stream my data being streamed by Websocket to another Websocket.

ws.on('message', function (msg){
let off = msg.data.search(/st5/)
if (off !== -1) {
    //console.log(`${msg.data.slice(83,85)}`)
    if (msg.data.slice(83) === ',') {
        console.log(`${msg.data.slice(84,89)}`)



    }
    else {
            console.log(`${msg.data.slice(83,88)}`)
            var k = msg.data.slice(83,88)

            wss.on('connection', wss => {
                wss.send(`${k}`)

            })


    }
}
else{
    if (msg.data.search('~m~~h~') !== -1) {
        ws.send(`${msg.data}`)
        console.log(`TX: ${msg.data}`)
    }
  }
})

When the client connects to the websocket all the data I have received are automatically sent at the exactly same time. I want to keep sending my data not at the connection time with the load of data. Is there anything I have to do with wss.on('connection')?

about 4 years ago · Juan Pablo Isaza
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda