April 13, 2012
SocketRocket and PrivatePub
At work we’re using Ryan Bates excellent Private Pub gem to push updates from background workers to web clients. Our client wanted an iOS App as well and since I recently read about SocketRocket I was wondering if I could keep the current infrastructure and push data to the iOS App as well.
The web app consists of a Ruby on Rails 3.2 frontend which utilizes Resque for long running background jobs.
Read more