stefandanaita / grpc-build

Easy gRPC compilation for Rust
https://docs.rs/grpc-build
MIT License
17 stars 13 forks source link

iOS/Android + React Native native library generator #15

Closed mvniekerk closed 3 years ago

mvniekerk commented 3 years ago

Hello I want to make a generator for native libraries to be used in Android and iOS (also with React Native bindings + Typescript definitions for the generated library).

I had a look around, your project seems to be the closest to what I want to do. Basically define the model in Protobuf, the library functions in gRPC and let the generator generate the rest.

But, would you like me to build on your project? I'd like your feedback on this. Otherwise I can fork away happily and attribute your work as well.

mvniekerk commented 3 years ago

@stefandanaita , @LukeMathWalker , @skos-ninja : Tagging you.

stefandanaita commented 3 years ago

Hey @mvniekerk! Feel free to fork it and I'll keep an eye on your fork 😄

mvniekerk commented 3 years ago

I'm looking at https://github.com/signalapp/libsignal-client for prior work. Pity about the AGPL code license esp for the build tools. Oh well.