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

streaming support via websockets #15

Open
pkieltyka opened this issue Feb 6, 2019 · 2 comments
Open

streaming support via websockets #15

pkieltyka opened this issue Feb 6, 2019 · 2 comments
Labels
extension extension/plugin to webrpc

Comments

@pkieltyka
Copy link
Member

pkieltyka commented Feb 6, 2019

No description provided.

@pkieltyka pkieltyka added this to Backlog in v1 Feb 6, 2019
@pkieltyka pkieltyka moved this from Backlog to Queued in v1 Feb 7, 2019
@pkieltyka
Copy link
Member Author

just FYI -- I've been considering a design to add streaming support to webrpc, and I feel the additional complexity and difficulty to support streaming for all uses, isn't worth it. Webrpc's current design benefits from simplicity by just focusing on a req-resp model. Perhaps at later date there could be a nice extensions system which could offer this functionality outside of the base project as it is now, but its too early and not worth it at this time.

@pkieltyka pkieltyka added the wontfix This will not be worked on label Mar 29, 2019
@pkieltyka pkieltyka removed this from Queued in v1 Apr 9, 2019
@pkieltyka
Copy link
Member Author

thought of a new approach using chunked transfer encoding that will work quite well :) or http2 streaming would work about the same. However, websockets as a persistent connection without frames changes a lot of the design. Although websockets can work, its better suited as an extension

@pkieltyka pkieltyka changed the title streaming support via websocket transport + generation streaming support via websockets Sep 8, 2019
@pkieltyka pkieltyka added extension extension/plugin to webrpc and removed wontfix This will not be worked on labels Sep 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extension extension/plugin to webrpc
Projects
None yet
Development

No branches or pull requests

1 participant