Need my laravel app to connect to a nodejs based socket server. The function needs to pass custom headers in order to authenticate as well as keep pinging the connection every 1 minute in order to prevent disconnection from the socket server
Can anyone recommend any good libraries to use to achieve above functionality. Here, the PHP is acting as a client
Thanks in advance
Thanks for you suggestions, I ended up using ratchet/pawl client, which works well:
Example: