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

Max_Miller's avatar

Laravel or PHP WebSocket server

Back-end Laravel application establishes a long-running connection (as a client) to an external WebSocket server. It also receives data from users via HTTP GET request, which is then worked on and passed to the external server via the already established Websocket connection. Also, when there ishttps://chatrandom.download/ no activity within 25 secs, the app sends a ping to keep the websocket connection alive. How do I go about this?

0 likes
1 reply
Sinnbeck's avatar

That seems like a whole list of things you need to figure out? What websocket server are you using and how is it implemented? Or haven't you made any of this yet?

Please or to participate in this conversation.