Skip to content

Commit 83eec72

Browse files
authored
Document Vite compatibility (#1389)
1 parent 9d2e244 commit 83eec72

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,10 +347,13 @@ Multiple proxies support the gRPC-web protocol.
347347

348348
4. [Nginx](https://www.nginx.com/) has a grpc-web module ([doc](https://nginx.org/en/docs/http/ngx_http_grpc_module.html), [announcement](https://www.nginx.com/blog/nginx-1-13-10-grpc/))), and seems to work with simple configs, according to user [feedback](https://github.com/grpc/grpc-web/discussions/1322).
349349

350-
### Web Frameworks with gRPC-Web support
350+
### Server Frameworks with gRPC-Web support
351351
- [Armeria (JVM)](https://armeria.dev/docs/server-grpc/#grpc-web)
352352
- [Tonic (Rust)](https://docs.rs/tonic-web/latest/tonic_web/)
353353

354+
### Web Frameworks Compatibility
355+
- **Vite** - See this [demo app](https://github.com/a2not/vite-grpc-web), as well as this [comment](https://github.com/grpc/grpc-web/issues/1242#issuecomment-1816249928).
356+
354357
[Envoy]: https://www.envoyproxy.io
355358
[gRPC]: https://grpc.io
356359
[grpc-web-docs]: https://grpc.io/docs/languages/web

0 commit comments

Comments
 (0)