119 discussions in the community
Hey everyone, I need to build a new feature that'll push real-time updates to possibly thousands of clients at once. We're leaning towards something c...
Hey everyone, so we're working on this new real-time chat thing, and we're expecting to handle millions of people chatting at once. We're thinking abo...
hey everyone, im working on a system that needs to display real-time stock price updates to thousands of concurrent users. We're thinking about using ...
hey everyone thinking bout building a real time chat feature for an app. were debating the best approach for the actual transport layer. websockets se...
hey everyone, i'm working on a system that needs to send real-time notifications to users about important events. i'm debating between a push-based ap...
hey folks, im working on a new feature for a gaming platform that needs a real-time leaderboard. users gotta see scores update instantly, no manual re...
Hey everyone, I'm trying to figure out the best way to sync data in real-time across different services. It's mostly about user content that needs to ...
im wrestling with cache eviction policies lately for a high traffic service. were using redis, and while lru is the default and often good, im wonderi...
hey everyone, im wrestling with idempotency in our microservices architecture. were using kafka for event streaming between services, and ensuring tha...
hey foks im workin on a system that needs to push real time updates to users think live scores or breakin news im weighin the pros and cons of websock...
Hey everyone, I'm putting together a new system and I need a way to reliably send messages in real-time between different microservices. You know, for...
working on this project with a live news feed. we're getting tons of reads, and keeping it updated for everybody without overloading the backend is a ...
were building a new feature that needs real-time updates for thousands of users all at once. think stuff like google docs or live game scores. we look...
Hey everyone, I'm working on a new feature that needs to push real-time updates from the server to the client. You know, like live dashboards or chat ...
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...