{{ message }}
-
Beta Was this translation helpful? Give feedback.
Answered by
daffl
Nov 12, 2024
Replies: 1 comment 2 replies
-
|
Automatic real-time functionality will only work when the Feathers API is also used to modify the data. If the data changes externally you will have to implement your own mechanism to get the changed data and send the appropriate real-time events. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
gohanko
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Automatic real-time functionality will only work when the Feathers API is also used to modify the data. If the data changes externally you will have to implement your own mechanism to get the changed data and send the appropriate real-time events.