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

Web Socket support #2

Open
datumgeek opened this issue May 20, 2019 · 1 comment
Open

Web Socket support #2

datumgeek opened this issue May 20, 2019 · 1 comment

Comments

@datumgeek
Copy link

might be cool to also have a web socket option... you could cache the web sockets (instead of the requests)... so everything would be the same except that you'd fire the results back asynchronously via web sockets.

you could then pick up the inbound web socket data from within angular using RxJS... treat the responses as an observable...

@otaviof
Copy link
Owner

otaviof commented May 22, 2019

@datumgeek thanks for the suggestion! I think that's a quite cool approach, it would match the open connection waiting for response pattern, it does make sense. I need to get more acquainted with WebSockets in Spring Boot first, and later on I can tackle the changes.

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

No branches or pull requests

2 participants