
Security News
rv Is a New Rust-Powered Ruby Version Manager Inspired by Python's uv
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
grpc-web-proxy
Advanced tools
A web ui for interacting with gRPC services
npm i -g grpc-web-proxy
grpc-web-proxy
Will start the proxy on default port 8080
Execute with ---port <port>
or -p <port>
command line argument to start on a custom port.
grpc-web-proxy --port 8082
The gRPC proxy can be used with API testing tools like Postman.
POST 0.0.0.0:<port>/connect
with JSON body:
{
"address": "<gRPC service address>:<gRPC service port>",
"pathToProtoFile": "<absolute path to gRPC service definition proto file>",
"servicePath": "[<package name>.]<service name>"
}
Creates gRPC client and responds with service info.
GET 0.0.0.0:<port>/connection
Responds with service info if connection is established.
POST 0.0.0.0:<port>/execute
with JSON body:
{
"methodName": "<method name>",
"params": {
// method params
}
}
POST 0.0.0.0:<port>/disconnect
Destroys gRPC client.
WIP. Not available yet.
FAQs
Web UI for interacting with gRPC services
The npm package grpc-web-proxy receives a total of 6 weekly downloads. As such, grpc-web-proxy popularity was classified as not popular.
We found that grpc-web-proxy demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.