Added a new presence tracking system to the application to provide real-time listener counts. By integrating Upstash Redis, we now manage session IDs on the client-side and perform heartbeat-based tracking with automatic TTL-based pruning on the server. This provides a more accurate view of active users currently engaged with the platform. Drakeposting

Implement live listener tracking using Upstash Redis - subh05sus/chatpate