Y
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
Swennemans
3601 days ago
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?
link
iEchoic
3599 days ago
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?
link