105 discussions in the community
Hey everyone, I want to talk about rate limiting for busy APIs. We've been using a basic token bucket setup, but it's struggling when we get swamped. ...
hey everyone, im architecting a new feature that requires real-time notifications to be pushed from the server to multiple clients. im weighing the pr...
Hey folks, I'm building a system that needs to push live updates from several microservices to the frontend. I'm trying to decide between WebSockets a...
hey folks, ive been thinking a lot about keeping data consistent across multiple clients in real-time. Weve explored websockets and polling, but im cu...
I'm working on this project, and we need to show real-time user activity metrics on a dashboard. We're expecting potentially thousands of users at the...
hey everyon im workin on a new project that needs real-time updates pushed from the server to lots of clients. were tryna choose between WebSockets an...
hey everyone im workin on a system that needs to ingest a massive amount of real time event data think millions of events per second were hitting some...
hey folks, we're looking into building a real-time collaborative editing feature and it's got me thinking about the tech stack. sure, there are existi...
hey all, i'm thinking about adding a feature to show who's online and what pages people are looking at, you know, real-time user presence. my first i...
We're working on a tool for collaborative editing, and we need to send updates to clients right away. We're trying to decide between Kafka, because it...
so i've been thinking a lot about caching lately, specifically when to apply different strategies. we often talk about client-side caching, cdn cachin...
working on a new feature for a gaming platform and we need to implement real-time leaderboards. we've got a few ideas, but i'm stuck on the best appro...
were building a new system that needs to ingest and process a super high volume of real-time events from all over the place. like, millions of events ...
were building a new system that needs to aggregate real-time data streams from multiple sources into a single view with really low latency requirement...
hey folks im architecting a new feature that requires real-time notifications to users we're expecting potentially millions of active users im weighin...
Hey everyone, So, we've got a ton of time-series data piling up for our monitoring metrics and logs. Our current setup, with just one giant table, i...
I've been kicking around the idea of adding some real-time features to a project. You know, using WebSockets for live notifications or maybe even coll...
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 ...