It would be great if grpcui could support gRPC streaming methods using the SSE (Server-Sent Events) protocol. Currently, streaming responses can be challenging to handle in the UI.
Using SSE could simplify handling of streaming responses in browsers, making it easier to visualize and interact with streaming gRPC methods.
Would it be possible to consider adding this feature?