Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

dev.khosromanesh's avatar

is it possible to create and use a laravel web socket with shared host ?

hello guys ... I just worked in live chat for mini project with Laravel it was my question that is there any way to use a web socket with Laravel in a shared host space ? or its mandatory to use a server ?

thanks for any kind of guidance

0 likes
1 reply
sr57's avatar
sr57
Best Answer
Level 39

"laravel web socket " needs a real server, but you can use pusher for free for "little usage" , see pusher web site.

1 like

Please or to participate in this conversation.