Ask HN: How Can I Make My Front End React to Database Changes in Real-Time?
Ask HN: How Can I Make My Front End React to Database Changes in Real-Time?
25 points by bruchim 4 hours ago | hide | past | favorite | 32 comments
I'm exploring ways to make my frontend applications reactive to database changes without overloading the backend.- Traditional methods like polling are resource-intensive and rerun entire queries, which isn't efficient.
- I’m familiar with some libraries and companies are doing this by building materialized views close to the DB [1][2], but I want t...
Read more at news.ycombinator.com