#[SOLVED] How to listen to realtime changes in nodejs using websocket ?

6 messages · Page 1 of 1 (latest)

gritty bone
#

are there any access restrictions on the collection/documents?

side question: why do you need to use realtime serverside?

ornate viper
#

I have multiple server functions updating data and I'd like to have a separate microservice for events (data update)

#

The idea was to avoid running a server function each time and just keep an open connection

gritty bone
ornate viper
#

I see, thanks