Skip to content

How does using Feathers to make existing REST API real time work? Does it poll? #3551

Answered by daffl
gohanko asked this question in Q&A
Discussion options

You must be logged in to vote

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.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@gohanko
Comment options

@daffl
Comment options

Answer selected by gohanko
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants