vow-grpc
vow-grpc formats /Service/Method gRPC paths — HTTP/2 transport lands in v0.2. Install with vpm:
curl -fsSL https://install.vowlang.dev | shexport PATH="$HOME/.local/bin:$PATH"vpm add vow-grpcvpm installQuick start
Section titled “Quick start”import vgrpc from vow_grpc
fn main(caps: Caps) -> int { print vgrpc.method_path("Echo", "Ping"); return 0;}Run tests
Section titled “Run tests”cd vow-libs/vow-grpc && vow test tests/grpc.vow