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?
Oct 12, 2021
1
Level 1
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?
Please or to participate in this conversation.