V: grpc

Created on 25 May 2020  路  3Comments  路  Source: vlang/v

It would be cool to have a grpc module for V

Module Request

Most helpful comment

I have updated protoc-v and vproto so they both compile and produce valid code and I'm going to be trying to make a plugin mode for protoc-v which (because it requires packing and unpacking protobufs) should help to enforce correctness in the compiler.

All 3 comments

I wrote a protobuf runtime and compiler for V but that was before the compiler ast update so i need to update there. I dont parsing services and definitely dont support any runtime for them but ya never know maybe one day it will happen 馃槃

It would be cool to rewrite it in order to correct the errors that appeared, I can offer my help (but I'm a beginner)

I have updated protoc-v and vproto so they both compile and produce valid code and I'm going to be trying to make a plugin mode for protoc-v which (because it requires packing and unpacking protobufs) should help to enforce correctness in the compiler.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ArcDrake picture ArcDrake  路  3Comments

medvednikov picture medvednikov  路  3Comments

penguindark picture penguindark  路  3Comments

lobotony picture lobotony  路  3Comments

elimisteve picture elimisteve  路  3Comments