How to call a WebSocket programmatically (using PHP)?

前端 未结 5 2139
孤街浪徒
孤街浪徒 2021-02-04 18:46

I have a situation where I need to update one browser window based on input from the other. Right now I\'m using WebSockets and it\'s working great.

Now I want to sen

5条回答
  •  故里飘歌
    2021-02-04 19:15

    Checkout ratchet You can use something like telnet with popen/proc_open to communicate with the socket server.

提交回复
热议问题