-
Notifications
You must be signed in to change notification settings - Fork 0
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
Initial Feedback #8
Comments
Thank you for the feedback! It's appreciated!
Conceptually Cronet works on the server, so in principle can be used by Dart server apps(with caveat that technology for smooth distribution of native (cronet) libraries with Dart packages is still being worked on).
This effort is not related to ongoing grpc-web work. I see it uses Envoy, which is different tech stack from Cronet.
https://github.com/grpc/grpc-dart is what is currently broadly used, is reliable solution for Dart apps when it comes to gRPC and Dart. This grpc_cronet effort is an attempt to explore some ways to improve the performance. From what I know grpc is an area of active investigation (cc @mraleph )
I think you can safely bet on using gRPC protocol for your Dart apps. |
I saw in the
README
you were looking for some initial feedback so I wanted to quickly drop some thoughts here as someone very interested in the Dart gRPC ecosystem.❤️ What I Love
🤔 Questions and Concerns
dart compile exe
and running in a container on a system like Cloud Run?client
<--->server
andserver
<--->server
communications?The text was updated successfully, but these errors were encountered: