Hacker News new | past | comments | ask | show | jobs | submit login

I think what's being talked about here is the back end implementation for ActionCable. By default it uses ruby threads to push over open web sockets. There's at least one production quality drop in implementation (https://anycable.io/) that address the default scalability issues you'll have with ActionCable. The async support would seem to allow one to go much further with default rails before needing to move to something more performant.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: