Hacker News new | ask | show | jobs
by cpursley 867 days ago
> have never seen a valid use case for connecting two nodes

Have you never worked with websockets, LiveView, caching, OTP, etc? Those require distributed Elixir.

And okay, need durability? Oban - which runs without Redis and kicks the crap out of Sidekiq.