Hacker News new | ask | show | jobs
by sjtgraham 3602 days ago
Because Phoenix has a WS abstraction (Channels) and supports it out of the box.
1 comments

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?