Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comparison between gRPC and your framework generator is missing #1

Open
donutloop opened this issue Jan 13, 2020 · 1 comment
Open

Comments

@donutloop
Copy link

donutloop commented Jan 13, 2020

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.

@donutloop donutloop changed the title Comparison between gRPC and your framework is missing Comparison between gRPC and your framework generator is missing Jan 13, 2020
@asim
Copy link

asim commented Jan 14, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants