bettdouglas / hospitals

Tutorial on running grpc servers in dart
https://medium.com/@bettdougie/building-an-end-to-end-system-using-grpc-flutter-part-1-d23b2356ed28
13 stars 2 forks source link

[Question] For audio application, gRPC or GraphQL would be a better choice, especially if bidirectional? #1

Open scheung38 opened 3 years ago

scheung38 commented 3 years ago

For Flutter audio , gRPC or GraphQL would be a better choice, especially if bidirectional? thank you

For both real time or async applications

bettdouglas commented 3 years ago

Hi, I've never played with graphQL for web communication. I don't know if there's someone who's implemented audio streaming in gRPC. I'm just aware of people streaming file uploads in grpc but never heard of audio downloads using the same.