Alternative to Ratchet for WebSocket? #599
-
Hi all, I have implemented a WebSocket server using ReactPHP/Ratchet. To be honest I am loosing a little faith in the development of Ratchet and the fact that it uses so much deprecated stuff from PHP worries me. I therefore started looking for alternative WebSocket implementations that work nicely with ReactPHP – but by now to no avail :( So I just wanted to reach out if anyone would have a pointer. Is there really no alternative to Ratchet? (I would really like to avoid having to switch to AMPHP....) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Have a look at https://github.com/voryx/WebSocketMiddleware it uses the Ratchet's websocket implementation under the hood. |
Beta Was this translation helpful? Give feedback.
-
Hey @WyriHaximus , thx for the reply! |
Beta Was this translation helpful? Give feedback.
Have a look at https://github.com/voryx/WebSocketMiddleware it uses the Ratchet's websocket implementation under the hood.