User Presence with Rails using PrivatePub and Redis
Rails is a really nice framework for developing websites, however if you want real-time communication Rails will not be the best option. Socket.IO and Node.js seem to be a better alternative. Despite that sometimes you have to add real time communications to your Rails app.In this article we use private pub which is a pub/sub gem along […]
Read more