viceroypenguin
✅ How to notify clients when an db update occurs
Web hooks are the best recommendation, and that can be managed in the server code, everywhere that you manage a particular entity. Or better yet, isolate managing that entity to a single handler, which then queues a background job that does the webhook notifications.
134 replies