Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added Server Side Events #1614

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Alex-Jongman
Copy link

@Alex-Jongman Alex-Jongman commented Oct 13, 2024

Implemented Server Side Events at a new /events endpoint (might be nicer to be able to specify the endpoint in the CLI), which allows clients to listen to changes of the JSON instead of using active polling.
Clients listening will receive a JSON containing the method and the params that triggered the event.
Events will be dispatched on all methods except of the GET's.
Closes #1610

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Please add Server-Send-Events on changes to the json data
1 participant