Hacker News new | ask | show | jobs
by Swennemans 3598 days ago
Curious, why would you combine this with Phoenix?
1 comments

Because Phoenix has a WS abstraction (Channels) and supports it out of the box.
Yes but isn't one of Elixir's strenghts that it scales very well on a single machine? Why do we need the load balancing?
Every backend architecture should account for having multiple machines. What are you going to do once you get enough traffic that one machine can't handle it?