ryanb / private_pub

Handle pub/sub messaging through private channels in Rails using Faye.
MIT License
864 stars 228 forks source link

Juggernaut adapter #4

Open ryanb opened 13 years ago

ryanb commented 13 years ago

I will need to research how much work it will be, but consider adding a Juggernaut adapter. One could pass a --juggernaut option to install Juggernaut specific files.

ryanb commented 13 years ago

Just in case anyone starts working on this, the way I want to go about adding this feature is by forking/branching the project and replacing Faye entirely. Then merge the two branches together and build an adapter for each to include the unique functionality. This way we're not trying to guess on where to add abstractions.

gregmolnar commented 10 years ago

Juggernaut is retired so this can be closed.