Live data from Hacker News

Viewing profile — FZambia

FZambia

HN member
Joined
Sat, Nov 26, 2011, 5:47 PM UTC
HN karma
80
Public activity
79 items

About FZambia

No profile information was provided.

Recent public activity

  1. 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 …

  2. story
  3. story
  4. story
  5. 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…

  6. 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…

  7. 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…

  8. story
  9. 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 …

  10. story
  11. 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…

  12. 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…

  13. story
  14. story
  15. story
  16. 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…

  17. story
  18. story
  19. story
  20. 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…

  21. 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 …

  22. story
  23. comment
  24. comment
  25. story