from Hacker News

Everything I Was Lied to About Node.js Came True with Elixir

by dyl000 on 3/10/25, 7:53 AM with 4 comments

  • by arend321 on 3/10/25, 9:00 AM

    "I have never had a long-running node application that hasn't leaked memory. It's more a matter of if your application will be OOM killed in 2 days or 2 weeks. Debugging memory leaks in node is a nightmare"

    I stopped reading after this. I'm all for using Elixir for high concurrency workloads, but this sounds like a skill issue.