AKAman Kumarinshkumaraman.hashnode.dev·Sep 2 · 3 min readBuilding TalkRush, a Real-Time Anonymous Web ChatBuilding a fast real-time chat app without persistent user accounts or bloated auth flows introduces unique frontend and state-synchronization challenges. I built TalkRush as a browser-first, lightwe00