Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

160
Views
How do i get real time messages with Axios in Node JS?
import axios from 'axios'

axios.get('http://MYIP/MYURL',{
  auth: {
    username: 'user',
    password:'pass'
  }
})
      .then(function (res) {
          console.log(res);
         /*  console.log(auth);
          console.log(user); */

          // ... do something with the response
      })
      .catch(function (error) {
          console.log(error);
      })
      .then(function () {
        console.log('teste')
      });

This is my code. Im connecting with this URL. The thing is, it returns me messages constantly,and i would like to get their return with axios in real time. Connect once and listen to the return from the URL in real time until i close the connection. How can i do that?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!