Server Watchers
Is it possible similar to how you have the server running with NodeJS to have some code on the server side waiting for sockets/data etc. My intention is on the server side, is to listen to Supabase table Realtime, and when data is inserted in, on the server side then do something about it.
0 Replies