vaniila / go-grpc

The Go language implementation of Micro gRPC [Mirror]
https://github.com/micro/go-micro
Apache License 2.0
15 stars 0 forks source link

Comparison between gRPC and your framework generator is missing #1

Open donutloop opened 4 years ago

donutloop commented 4 years ago

Could you create a comparison feature table for your framework generator and gRPC and highlight each point which might be better?

I want to know why I should use your framework generator instead of gRPC.

asim commented 4 years ago

This is a library I wrote and the framework is something I spent 5 years writing.

gRPC still requires a lot of boilerplate and the APIs are not quite as developer friendly as you'd expect. gRPC is great for the underlying plumbing but requires an overlaying framework to help with a lot more.

Check out https://github.com/micro/go-micro