php-sse icon indicating copy to clipboard operation
php-sse copied to clipboard

Im confused about server side ??

Open hayden-t opened this issue 5 years ago • 1 comments

So in demo you use php -S to spawn a php's own little server on 9001, but this seems to be able to only talk to one client at a time ? ie while one browser or tab is loaded, no others can connect, just get blank page with loading...

How do you think we should use this to push updates to multiple users at a time ?

hayden-t avatar May 30 '19 05:05 hayden-t

Simply use FPM or Apache, and complex Swoole WebSocket Server.

hhxsv5 avatar Aug 06 '19 03:08 hhxsv5