trpc-group / trpc-go

A pluggable, high-performance RPC framework written in golang
Other
742 stars 85 forks source link

trpc-go 是否方便的支持静态文件和grpc-web #183

Closed ninesunqian closed 1 week ago

ninesunqian commented 2 weeks ago

请教一下,trpc-go 是否方便的支持静态文件和grpc-web ? 我看了几乎所有的文档,没有明确指出。example里也没有。 我的需求是一个单体服务和浏览器作为客户端。如果不支持 grpc-web,支持原生的grpc 也可以。

WineChord commented 2 weeks ago

Use this, write a HTTP handler that can serve file.

ninesunqian commented 2 weeks ago

多谢!