Hacker News new | ask | show | jobs
by bruchim 792 days ago
Thanks! > It's fairly straightforward to write a websocket endpoint in whatever backend you have

It indeed solves half of the problem, but managing websockets for thousands of users is not that trivial IMO

1 comments

you should try phoenix channels https://hexdocs.pm/phoenix/channels.html

they scale really really easily for millions of users.