A
A
Andrey_Pechurevich2021-03-24 00:14:42
Laravel
Andrey_Pechurevich, 2021-03-24 00:14:42

How to properly integrate the meteor.js API into Laravel?

The task is to host a chat microservice as part of the main project written in Laravel. The microservice should ideally be based on Meteor.js (if there are other options, please specify), since socket.io and pusher are not suitable for their speed.

As a result of this, the question arises of how to reactively transfer data from the meteor service to all chat users already in the front-end based on Laravel.

In other words, we transfer data from the Laravel front-end to the Laravel controller to be sent to the Meteor microservice, or directly through the front, we receive processing from Meteor, but then it is necessary that all chat users receive the sent message in the Laravel front-end. How can this be done?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question