Private Pub is a Ruby gem for use with Rails to publish and subscribe to messages through Faye.
Private Pub is a Ruby gem for use with Rails to publish and subscribe to messages through Faye. It allows you to easily provide real-time updates through an open socket without tying up a Rails process. All channels are private so users can only listen to events you subscribe them to.
Source: Github (Private_pub)