Hacker News new | ask | show | jobs
by npolet 3255 days ago
Not really. There is the "channels" project which brings it closer to proper websocket capabilities, but it still isn't great to work with. I tried using it for a production project and gave up as I encountered too many issues. Ended up rewriting the app in phoenix as we needed really solid websocket support. Phoenix makes websocket seriously nice to work with and we've found the performance to be quite impressive.
1 comments

That's nice to hear. I'm trying https://github.com/olahol/melody in a smallish project right now, and it seems very promising.