Y
Hacker News
new
|
ask
|
show
|
jobs
by
rjsamson
3602 days ago
They finally added support for websockets! Really looking forward to giving this a try with Phoenix.
2 comments
bas
3602 days ago
I just did a little dance at my desk.
link
pgtruesdell
3602 days ago
Same here, can't wait to start using WS and HTTP/2 without extra work involved.
link
Swennemans
3602 days ago
Curious, why would you combine this with Phoenix?
link
sjtgraham
3602 days ago
Because Phoenix has a WS abstraction (Channels) and supports it out of the box.
link
Swennemans
3602 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