I had a need to connect to websocket via php, send data and immediately disconnect. No need to wait for a response from the socket. I used elefant.io but after updating the library does not work. Please tell me how to connect to websocket via PHP?
相关问题
- Views base64 encoded blob in HTML with PHP
- Laravel Option Select - Default Issue
- PHP Recursively File Folder Scan Sorted by Modific
- npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fs
- Can php detect if javascript is on or not?
I also encountered this problem. Learned a lot of structure websocket requests. I wrote a library for yourself, you can use it.PHP SocketIO Client.
You need simple socket connect to nodejs, compose in this message format.
42["message", "your message"]
' To encode to hybi10 (or hybi13) and send to websocket