Hello,
If I have 2 similar app running on 2 different servers but pointing on the same mongoDB.
Then I f I have matb33:collection-hooks installed.
If one user in one app update a document in the db, does the hook Docs.after.update
is triggered on both app or only on the app where the Doc.updateAsync is performed ?
Thanks a lot