dint-dev/universal_io

Grpc Web

Opened this issue · 1 comments

Have you tested if your fork supports grpc web inside a web browser ? I always thought the lack of frames support prevented this

Package grpc uses http2, which implements HTTP/2 on top of bidirectional streams (normally TCP sockets). To run grpc in the web, you would need to implement some way of bidirectional streaming (for example, on top of Websockets).