there are lots of statically-typed languages which compile to javascript. generating protobuf codecs and related code ahead of time.
generating protobuf codecs and related code ahead of time would help me feel more sane
for instance what i'm doing right now is writing statically typed bindings of node-grpc and a collection of .proto files -- even though my types will be applied to code that is generated dynamically at runtime by node-grpc
it's quite strange :)
|Pixel|
true; I was talking about performance gains
hdon has quit
hdon joined the channel
hdon has quit
hdon joined the channel
hdon has quit
explodes
Using grpc on android the first time.
protoc --javalite_out=plugins=grpc:. *.proto
should build the file with the client details right?!
I get no "Client" or "Stub" generated in that file