rvkvino's avatar

Need to broadcast my stock data to client

I'm new to Laravel, in my business case I need to broadcast my stock data to my clients. Clients app both in mobile app and web app. Whenever get changes in stock.xml files I need to update client console with new rates. Is it possible using laravel broadcast? Could anybody help me to do this?

0 likes
4 replies
rvkvino's avatar

Yes, I have checked this document, what I have doubt means I'm having only shared hosting. Is it possible to install node js or Redis or pusher driver?

bobbybouwmann's avatar

I think you can't install nodejs on your shared hosting. However pusher is a third party service so you should be able to connect to them on shared hosting. However cronjobs are much harder on shared hosting. Some shared hostings also don't support websockets, which is key for broadcasting!

You're better off using a VPS! That's my two cents ;)

rvkvino's avatar

Okay, I will purchase VPS and get back you, thanks.

Please or to participate in this conversation.