You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be nice if the json-server would offer server-send-events when data gets created, modified or deleted.
Front-ends then could use EventSource to get notified and can react on the changes.
The text was updated successfully, but these errors were encountered:
@ikeohachidi thanks for the info. I tried you PR, unfortunately it didn't fulfill my needs.
But it gave me inspiration to create a fork myself (see here).
Hope that the SSE feature to prevent clients from have to use active polling, to determine changes in the data will make it to the main branch.
Would be nice if the json-server would offer server-send-events when data gets created, modified or deleted.
Front-ends then could use EventSource to get notified and can react on the changes.
The text was updated successfully, but these errors were encountered: