Skip to main content

All Questions

Tagged with
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
1 answer
853 views

Laravel Echo with Soketi Not Broadcasting Events - Configuration Issue?

I want to trigger an event when a user's feed (of articles) is being updated. When the feed is updated, a FeedGenerated event is being broadcasted, and I would like my front-end to catch the event to ...
Gaël Duval's user avatar
2 votes
1 answer
149 views

Best way to block a user from viewing something being viewed by another user?

So I am developing an app where orders come into a queue where the queue is then worked off of by a group of users. I dont want 2 users to be able to view the same order at the same time as that could ...
Twoscore's user avatar
1 vote
0 answers
227 views

Laravel websocket on kubernetes - some calls are being dropped

We have an application that uses laravel websocket package and is deployed on kubernetes with two running pods. When a call is made, only clients who are connected to that pod get the message and ...
shakpit's user avatar
  • 23
0 votes
1 answer
452 views

channel vs channel_name - Laravel Echo and Laravel variable name for private channel

I came across a weird thing while using Laravel Echo Server in NuxtJs, Redis, and Laravel 8. Laravel Echo in NuxJs sends a WS message that looks like this: 42["subscribe",{"channel"...
Robert's user avatar
  • 1,216
0 votes
3 answers
2k views

laravel broadcast redis socket-io, doesn't listen to event

I'm using this tutorial for laravel broadcast with redis and socket-io, https://www.itsolutionstuff.com/post/laravel-broadcast-redis-socket-io-tutorial-example.html. But in the final result, I don't ...
Nasser Ali Karimi's user avatar
1 vote
0 answers
562 views

I want to Use laravel to create chat using websocket with mysql

I think I'm going to use Laravel Echo and Redis or pusher, can't I do that with MySQL? Or is there a good tutorial on how to avoid using Laravel Echo?
T.M's user avatar
  • 11
0 votes
1 answer
420 views

Best approach to get stock market data from MySQL and show to all users?

I'm building a web application for automated signals on stocks and crypto. There is a huge amount of data stored in a MySQL database. Currently, I'm trying to get data from MySQL and broadcast it ...
Mostafa Safarian's user avatar
2 votes
2 answers
8k views

Using Laravel Events without Pusher nor Redis?

I am surprised that I need third-party services such as Pusher or Redis to have a bidirectional communication from my server to my clients through WebSockets. What are the advantages of Pusher over ...
nowox's user avatar
  • 28k
1 vote
1 answer
1k views

How can I send data to multiple channels at once? (laravel, broadcasting)

I have one event for broadcasting, there is channel for subscription on client side: /** * Get the channels the event should broadcast on. * * @return PrivateChannel */ public function broadcastOn() {...
Ilya Degtyarenko's user avatar
1 vote
0 answers
395 views

Detecting 'Leaving' channel event on server-sided Laravel Echo

I am using Laravel Echo together with Laravel-Echo-Server & Redis to broadcast on several channels. I am trying to perform an action on the server when someone leaves the channel. I understand how ...
Jesse Vlietveld's user avatar
0 votes
1 answer
4k views

Laravel-echo-server , net::ERR_CONNECTION_TIMED_OUT

I have a strange problem only on live server using laravel-echo-server, redis, ssl . Error: GET https://dev.my_domain.com:6001/socket.io/?EIO=3&transport=polling&t=Ml1g-Fq net::...
Roland Allla's user avatar
0 votes
0 answers
403 views

Laravel Broadcasting To Private Channel Fails

I'm using Redis to broadcast messages to a private channel but getting the following error whenever the event is initiated Class 'App\Events\PrivateChannel' not found I made sure to import use ...
Frisbetarian-Support Palestine's user avatar
0 votes
1 answer
2k views

Broadcasting with Laravel Echo, laravel-echo-server and socket.io is not working

I've setup websockets with Laravel sucessfully with an own implementation.But, after many hours of trying and reading every piece of documentation I could find, I do need further help. "laravel-echo":...
user avatar
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

15 30 50 per page