Issue: Integrate kick-wss for Real-time Event Handling
📝 Description
Implement a unified real-time event system by integrating the [kick-wss](https://github.com/nglmercer/kick-wss) library. This will provide a lightweight, type-safe connection to Kick.com WebSockets without external dependencies.
🚀 Implementation Benefits
- Zero Dependencies: Uses native WebSockets for a minimal footprint.
- Type Safety: Full TypeScript support for events like
ChatMessage, UserBanned, and Subscription.
- Isomorphic: Works out-of-the-box for both our Backend and Frontend.
- Reliability: Built-in auto-reconnection and debug modes.

Issue: Integrate
kick-wssfor Real-time Event Handling📝 Description
Implement a unified real-time event system by integrating the [kick-wss](https://github.com/nglmercer/kick-wss) library. This will provide a lightweight, type-safe connection to Kick.com WebSockets without external dependencies.
🚀 Implementation Benefits
ChatMessage,UserBanned, andSubscription.