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

127
Views
Trying to communicate between two servers

So I'am struggling and don't really know what i need or want to use for this problem. The thing is I have javascript program that checks a database and sends it to another one, this program has alot of error handling.

On the other side i'am building a platform/dashboard that displays the errors. I've built it in PHP Laravel.

My question is: How can i let my PHP dashboard "listen" to the javascript program and immediately when an error is thrown show it on the dashboard? While they are both running on different servers. I havent found a solution thus far

How would you approach this problem?

Best regards,

about 4 years ago · Juan Pablo Isaza
2 answers
Answer question

0

I guess you're trying to build a server health monitoring tool with Laravel.

As you pointed out that they are two different servers, and different programming language environment, you may need to write a webhook (which is bascially an API) for the Javascript program to call.

Of course you will also need to catch the error in your Javascript system and calls a webhook to your Laravel system.

about 4 years ago · Juan Pablo Isaza Report

0

You can use a Redis server.

Let your frontend javascript send the message to the Redis server. Write a little backend javascript that also connects to the Redis server to retrieve the messges.

PHP supports web sockets but is not always the best way to do it. If you use Laravel check out Laravel Broadcasting

about 4 years ago · Juan Pablo Isaza Report
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!