Y
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
kyleee
580 days ago
Symfony? Or is this a case where Laravel has actually built out their own packages for support in these two instances?
link
josephscott
580 days ago
Workerman has WebSocket support -
https://manual.workerman.net/doc/en/appendices/about-websock...
link
hipadev23
580 days ago
swoole makes websockets extremely easy and fast.
webRTC is a beast with the STUN server needs better handled elsewhere.
link