-
Notifications
You must be signed in to change notification settings - Fork 296
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
[Feature Request] Implement Protocol Buffers Template #215
Comments
We would like to see gRPC implemented as an advanced feature. There was a ticket in the early days, but it was never delivered #31 Twirp is good choice https://github.com/twitchtv/twirp |
@Ujstor I also have an example for Proto: https://github.com/h0llyW00dzZ/ProtoHTTP It uses the packages |
Also, note that Protocol Buffers have a limitation that I am still figuring out. {
"latencyMicroseconds": "101579",
"formattedLatency": "101579 µs",
"formattedLatencyMilliseconds": "101.58 ms"
} The {
"latency_microseconds": "101579",
"formatted_latency": "101579 µs",
"formatted_latency_milliseconds": "101.58 ms"
} because it seems to be automatic or dynamic. |
@H0llyW00dzZ , I have never used gRPC and don't know enough to make this decision. @Melkeydev is the best person to ask how he envisions implementing it within the advanced flag. |
@Ujstor, it's pretty useful for large applications, and highly performant and scalable. I can understand why Google uses protocol buffers for gRPC. |
Tell us about your feature request
Implement a protocol buffers template for advance only
Disclaimer
The text was updated successfully, but these errors were encountered: