88 discussions in the community
im working on a collaborative editing tool and need to ensure all connected clients see updates instantly. we're already using WebSockets for the init...
Hey all, im working on a new feature that needs to send real-time updates to users. Like live scores, stock prices, or chat messages. I know message q...
Hey everyone, I'm struggling with a system that has to take in and process tons of real-time events. Things get slow when the event rate really jumps ...
so i'm thinking about building a real-time notification system. webSockets seem powerful for two-way chats, but server-sent events look simpler for ju...
Hey everyone, I'm wrestling with a problem in a distributed system. Keeping message order strict is super important for data integrity. We're using Ka...
hey folks, i'm planning out a new feature and we need to push real-time updates from the server to a bunch of clients. we're trying to pick between We...
Hey everyone, I'm building a system that needs to send live updates to several frontends and other services. We're shifting to a more distributed setu...
Hey everyone, I'm building a new feature that needs the server to send updates to the client in real-time. We're already using microservices, and I'm ...
I'm building a new feature that needs to update lots of clients all at once, in real-time. My first idea was WebSockets, but I'm curious about the bes...
hey all, i've been thinking about real-time data updates in our cloud infrastructure. we often use simple polling for things like status checks or sma...
hey folks, i'm working on a new multiplayer game and kind of stuck on how to do the real-time state updates. we've got a situation where player positi...
hey folks, im working on a system that heavily relies on fetching user profile data. we're seeing a lot of repeated reads for the same profiles, so ca...
hey everyone, i'm wrestling with a common system design choice for real-time features. we need to push updates from the server to clients efficiently....
Hey everyone, I'm working on a project that needs real-time updates pushed to the client. We're trying to decide between WebSockets and Server-Sent Ev...
hey everyone im workin on a system with a bunch of microservices and need to do real time notifications like user events status updates etc whats your...
Hey everyone, I'm working on a project that needs to push real-time updates to users. Think live scores or chat messages. I'm trying to decide between...
hey everyone, i'm working on a project that needs to push real-time updates to users. you know, like live scores or breaking news alerts. i've been we...
hey folks, i'm thinking about building out a new real-time feature and i'm weighing the pros and cons of long-polling versus WebSockets. we need to pu...
were buildin a new chat feature and need to show who's online away or offline in real time. wedo expect tons of people usin it at once. so, whats the ...
hey folks, i'm looking for good ways to keep data consistent across a bunch of microservices, especially when it needs to be updated almost instantly....