farrow
farrow copied to clipboard
Feature Request: Subscription support
Like Subscription of GraphQL, maybe by WebSocket?
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?
Can there be a Subprogramme first? Such as a new package like farrow-subscription
It's good, for the experiment.
Does farrow support websocket now?
Not yet