Hacker News new | ask | show | jobs
by KRAKRISMOTT 580 days ago
Are there any solid PHP WebSockets and WebRTC setups outside of Laravel?
3 comments

Symfony? Or is this a case where Laravel has actually built out their own packages for support in these two instances?
swoole makes websockets extremely easy and fast.

webRTC is a beast with the STUN server needs better handled elsewhere.