Hacker News new | ask | show | jobs
by nthj 3840 days ago
I imagine that ActionCable will support a variety [1] of pub-subs sooner than later, similar to how ActiveRecord supports multiple databases. I almost took a stab at working PostgreSQL support in a couple of weeks ago, but Tubesock [2] was just too darn simple to pass up for my very minimal needs.

[1a] https://github.com/rails/actioncable/pull/28

[1b] https://github.com/rails/actioncable/pull/29

[2] https://github.com/ngauthier/tubesock