I’m building a trading platform for a client and struggling with nailing the real-time updates (not RSS Live Feed) but change in one page has to propagate to entire app (18 calculators) - per user (i.e. each user may have their own values). Am using tradeStore (zustand). I know websockets don’t work on vercel (non-edge) and Neon (serverless). Redux seems like overkill and contextAPI limiting (based on AI feasibility assessments, not done them myself). Any suggestion?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Websocket not working on Vercel | 2 | 170 | January 3, 2025 | |
Socket-io Server written in Express.js deployed on Vercel is not connected to frontend | 2 | 209 | October 2, 2024 | |
Websoket connection detail | 2 | 102 | August 26, 2024 | |
Built a Google Sheets-Style Real-time Comment app | 1 | 27 | September 12, 2025 | |
Unable to get data from server | 4 | 57 | September 26, 2024 |