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: 4 comments 10 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.
-
@jdeepwell I'm sure you're going to like I just posted an update on reviving Ratchet in ratchetphp/Ratchet#1054 (comment)! 🚀 If everything goes accordingly to plan you won't even be looking for an alternative to Ratchet, so make sure to support the project if you can! Cheers! |
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.