64 discussions in the community
hey all, im working on a system that needs to push real-time updates to a large number of users at the same time, kinda like a live feed or alerts. im...
hey folks, ive been thinking a lot about how microservices talk to each other, especially when we need to decouple services and handle spikes in load....
hey ppl, been thinkin bout doin real-time notifs for this new thing. we gotta push updates from the server to clients right away, like, instantly. my ...
hey all, so im building a new feature for a game, it needs a leaderboard that updates instantly. we think lots of people will be writing scores (game...
hey everyone, im wrestling with how to best keep client UIs updated in near real-time. weve got a system where data can change frequently on the backe...
hey all, i'm wrestling with a real-time data synchronization problem for a new app. we need changes to propagate across multiple client applications a...
hey folks, im trying to nail down the best ways to keep data in sync across multiple clients in real-time. we're building a collaborative editing tool...
hey folks, ive been thinking a lot about real-time data pipelines lately, esp with services that need to push updates instantly. weve seen massive use...
So, I've been pondering message queues quite a bit lately. Everyone seems to use them for breaking up services and dealing with tasks that don't need ...
we've been kicking around the idea of implementing a global unique ID generator for our distributed system. on one hand, it feels like a good way to a...
thinking bout building a real time notification system for a mobile app. we need to alert users to new messages and events instantly. the options seem...
Hey everyone, I've been struggling a bit with designing APIs for systems that are, well, eventually consistent. Like, when a user changes their profil...
hey everyone, i'm trying to figure out the best way to send live updates from our backend to tons of connected clients. we're getting a lot of traffic...
so, i'm building this real-time leaderboard thing for a game, and i'm trying to figure out the best way to update scores. should i just keep polling f...
Hey everyone, I'm trying to figure out the best way to handle real-time updates, like live scores or notifications, where the server needs to push inf...
ive been working on a few projects recently that require real-time updates. Weve handled some of it with standard polling, but its starting to feel in...
Lately, I've been building a few apps where I need to update client-side data a lot. I usually just poll, maybe with some exponential backoff if thing...
hey folks, ive been thinking about real-time data updates and the common approaches. weve got WebSockets and Server-Sent Events (SSE) as primary optio...
i've been thinking about how to best serve static assets like images and JS files to a global user base. we're starting to see slow load times in regi...
hey everyone, ive been thinking about system design patterns lately. We often see message queues mentioned for decoupling services and handling asynch...