Viewing profile — FZambia
FZambia
HN member- Joined
- Sat, Nov 26, 2011, 5:47 PM UTC
- HN karma
- 80
- Public activity
- 79 items
- HN profile
- View on Hacker News ↗
About FZambia
No profile information was provided.
Recent public activity
-
comment
Comment #48751337
Thanks! Our users mostly run Redis or Valkey, so we optimize for them. We also have Dragonflydb in our test suite. But good to know there is one more option which may be used as a …
- story
- story
- story
-
comment
Comment #44531732
Many here recommend using Kafka or RabbitMQ for real-time notifications. While these tools work well with a relatively stable, limited set of topics, they become costly and ineffic…
-
comment
Comment #44531532
Client SDKs are often a major challenge in systems like these. In my experience, building SDKs on top of asynchronous protocols is particularly tricky. It's generally much easier t…
-
comment
Comment #44531352
For real-time notifications, I believe Nats ( https://nats.io ) or Centrifugo ( https://centrifugal.dev ) are worth checking out these days. Messages may be delivered to those syst…
- story
-
comment
Comment #42723761
Hi everyone! I'd like to share that we've just released Centrifugo v6 - a major update of scalable WebSocket server. The release addresses some usability pain points and adds nice …
- story
-
comment
Comment #42542656
Yep, and in addition to that the ephemeral ports problem will araise at some scale with long-lived connections and infrastructure balancer/reverse proxy chain. So it's still requir…
-
comment
Comment #42542160
Wow, it's fascinating how a single HN comment can drive meaningful traffic to a project! I'm the author of Centrifugo, and I appreciate you mentioning it here. Let me share a bit m…
- story
- story
- story
-
comment
Comment #39765371
Hello, I am author of https://github.com/centrifugal/centrifugo . Our users can choose from WebSocket, EventSource, WebTransport (experimental for now, but will definitely stabiliz…
- story
- story
- story
-
story
Ask HN: WebSocket server transforming channel subscriptions to gRPC streams
Hello! I'd like to ask your opinion about the idea of a WebSocket server which can handle WebSocket connections, can manage channel subscriptions and transform them to GRPC streams…
-
comment
Comment #36769614
Wondering whether coroutines may be a step towards async event-based style APIs without allocating read buffers for the entire connection. I.e. a solution to problems discussed in …
- story
- comment
- comment
-
story
Deleted
-