Skip to main content

All Questions

1 vote
0 answers
122 views

Session token keeps changing on each message sending using websocket

I'm using multi tenancy in my application with this package: https://tenancyforlaravel.com/ Here everything is working good as per requirements. But my application is having chat functionality for ...
Virb's user avatar
  • 1,568
0 votes
1 answer
178 views

Laravel Echo Server , Socket IO , Nginx problem

we are trying to use laravel echo server , socket io , redis on nginx webserver for a page that we need to have real time informations on it , our laravel website and realtime is working on local ...
Kasraak's user avatar
0 votes
0 answers
39 views

How to release two-way communication of backend servers in web development?

(help to design the functionality and choose the right technologies for my personal development ) Describing the task: the main server receives a file from the site, then validates it and pulls ...
sergey1998181_G's user avatar
0 votes
0 answers
188 views

Trouble with WebSocket (wss) Connection Using Socket.IO in Laravel, Node.js (Redis + Socket.io), and Angular

I'm working on this project where I've got Laravel in the backend, Node.js with Redis and Socket.IO for websocket, and Angular in the frontend. Everything is working fine in my local environment but ...
Mit Kathrotia's user avatar
0 votes
1 answer
118 views

Connect node JS server to remote laravel-echo-server channel

I have two servers, server 1 hosting laravel echo and server 2 hosting NodeJS. I want server 2 to be able to listen and transmit on a laravel-echo channel which is in server 1. Anyone have an idea on ...
Abdoulaye Dramé's user avatar
1 vote
0 answers
523 views

Soketi with Laravel in different domains

I'm trying to use real-time notifications using Soketi So I createg the Soketi server in one separeted server with nodejs on port 6001 and SSL using letsencrypt. Then I Created the notification Added ...
felipesmendes's user avatar
0 votes
1 answer
250 views

Laravel Socket Subscribe

I have created a socket server in Node js. It is working fine while subscribing from an ejs file. The part I'm confused is how do I keep my laravel application listening to the server I have created? ...
amitshrestha221's user avatar
2 votes
2 answers
1k views

Bidirectional WebSockets in laravel?

Anyone here familiar with bi-directional WebSockets in laravel? Please note I am not talking about pusher+echo. pusher+echo cannot make a request to the server. I have experience in express.js in ...
Rameez Rami's user avatar
  • 5,608
0 votes
0 answers
183 views

Socket.io not connecting (2)

I'm using Laravel and my directory structure is like below: /example.com /server.js /node_modules /css /js /main/views/writemessage.blade.php /main/views/socket.blade.php /...
kodfire's user avatar
  • 1,772
1 vote
0 answers
298 views

Unable to connect to socket on client side

I'm using Laravel 5.4, VirtualBox, and Homestead. I want to be able to send out broadcasts every time a new user is created, however when I goto my test it doesn't update the power but my node ...
derrickrozay's user avatar
  • 1,046
0 votes
1 answer
659 views

Using Laravel + Redis + Node.js on Heroku for websocket app... worried about connection limit

This is a bit of a stretch, but I hope someone can help. I'm a PHP/iOS developer who's been working on an app that has a messaging component. Front end is Obj-C, backend is PHP/MySQL currently. As I'...
mike's user avatar
  • 302
2 votes
1 answer
2k views

Notification System - Socket.io or Ajax?

I'm using Laravel5 and, I want to create a notification system for my (web) project. What I want to do is, notifying the user for new notifications such as; another user starts following him, another ...
senty's user avatar
  • 12.7k
1 vote
2 answers
2k views

Broadcasting event error in Laravel 5.1 using Redis

I've started to use Laravel 5.1 and its pretty awesome, just wanted to play around with the new 'Broadcasting Event' feature by using NodeJs as the server and Redis as the driver following the guide ...
Lihai's user avatar
  • 323
0 votes
1 answer
353 views

Laravel API - making realtime with Node

We have created an API for an internal applciation we are building, the application has grown way beyond what any of us thought it would, and the next stage is that it now needs to be realtime to be ...
Udders's user avatar
  • 6,936
0 votes
2 answers
858 views

Replacing AJAX calls with a better solution on a monitoring page

The Problem I have developed a fairly intricate project that uses PHP and Laravel as a back-end. Users of the site mark available or unavailable to respond to calls (as in dispatches) and calls are ...
NightMICU's user avatar
  • 9,190