bencroker
No user record in our sample, but bencroker has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but bencroker has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
Definitely something I want to explore! For this demo in particular, I wanted to stick with native PHP tooling and Redis (ubiquitous in the PHP ecosystem). Have yet to look into making Mercure work with Datastar’s SSE…
Agreed! I have a WIP article in which I describe in the setup in more detail. I’ll also include load testing benchmarks as part of it. The key to reaching high scale is keeping things simple, and there’s really very…
My goal with this demo was to build a real-time, multiplayer app that can scale to thousands of concurrent, long-lived connections. Using PHP. Laravel Octane keeps the bootstrapped app loaded in memory, which can scale…