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

[JS] Add Server Sent Events (SSE) implementation for Eclipse Dittos events #8

Open
ffendt opened this issue Sep 10, 2019 · 0 comments

Comments

@ffendt
Copy link
Contributor

ffendt commented Sep 10, 2019

Currently the JS client only allows receiving events via WebSocket. We should also provide an implementation that uses the existing SSE API that is already provided by Eclipse Ditto.

Note: Main reason for this not being in the initial commit is, that the event-source-polyfill seemed to not work in web components that used the client. When implementing SSE, definitely test if the implementation works inside web components (e.g. a StencilJS web component)

thjaeckle pushed a commit to bosch-io/ditto-clients that referenced this issue Apr 21, 2021
…-live-signals

Move live signals into ditto-java-client
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants