-
Notifications
You must be signed in to change notification settings - Fork 37
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
Feature Request: Subscription support #69
Comments
It seems easy to implement something like subscription via WebSocket or Polling in user-land. For now, I don't know much about what we need to support internally. If you already have some idea, please explain what you want to do here. |
I know how to implement Subscription by Polling in user-land. And I think it needs support internally if implement it by WebSocket. And the Polling way will take more overload network resource than WebSocket way. If are there another way I do not know? |
Yeah, I got it. If we want to use farrow-api via WebSocket, we need to add the codegen support in farrow-api. It may cause some degree of refactoring. It's not easy work to do. I prefer to delay this feature until wide users of Farrow strongly request it, or we finally find out an easy way to implement it. |
Can there be a Subprogramme first? Such as a new package like farrow-subscription |
Does farrow support websocket now? |
It's good, for the experiment. |
Not yet |
Like Subscription of GraphQL, maybe by WebSocket?
The text was updated successfully, but these errors were encountered: