6 ms·
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
by npolet 9y 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.
- swah 9y agoThat's nice to hear. I'm trying https://github.com/olahol/melody https://github.com/olahol/melody in a smallish project right now, and it seems very promising.