I create a websocket server in my localhost and i have database in another web hosting.
how can the websocket server detect any update in the database and Send update to Users without using any ‘service, Scheduler or any time intervals for Looping a Database Query’ ?