TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Easy-to-Use gRPC-Web Proxy Built with Nix/Docker

1 点作者 mlenz将近 2 年前
I work a lot with gRPC services and recently investigated the use in some of my JS apps. I found that gRPC-Web cannot directly communicate with regular gRPC services, requiring to set up some proxy (most likely envoy with its built-in filters).<p>In an effort to make setting up such a proxy easier, I created a ready-to-use Docker image based on envoy. Its parameters can be customized through the run instruction, making it possible to apply it to a wide variety of use cases. It support Intel and ARM-based machines natively.<p>The proxy is built entirely using nix, even the Docker image itself is created straight from nix expressions. The release process is automatic, meaning that every merged PR will automatically trigger a new release.<p>I hope to make using gRPC services from browsers easier with this small proxy. Please let me know about any feedback you might have regarding this project!

暂无评论

暂无评论