Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

[feature] GRPC-Dart server and app/web example #630

Open
supermuka opened this issue Aug 28, 2019 · 5 comments
Open

[feature] GRPC-Dart server and app/web example #630

supermuka opened this issue Aug 28, 2019 · 5 comments

Comments

@supermuka
Copy link

I am development a web application using grpc-dart.

grcp.dart for server-side
grpc_web.dart for client-side (with AngularDart).

It´s working fine for me.

But I feel that other people may not initially know how to develop an application using grpc in Dart.

My suggestion is to include examples in this stagehand package of client-side (mobile and web) as well as server-side applications.

@Gopinathp
Copy link

Gopinathp commented Dec 3, 2019

Much needed. Dart is now super popular among app developers. Why not some dash of gRPC and a quick way of getting started with dart?

@domesticmouse
Copy link
Contributor

Hey @mkustermann, is there a decent grpc client and grpc server hello world we could adapt for this requested example?

/cc @mit-mit @jonasfj

@mit-mit
Copy link
Contributor

mit-mit commented May 26, 2020

cc @sigurdm

@mit-mit
Copy link
Contributor

mit-mit commented May 26, 2020

Maybe use this example code? https://grpc.io/docs/tutorials/basic/dart/#example-code-and-setup

@sigurdm
Copy link

sigurdm commented May 26, 2020

Hmm - not sure what decent means - there is: https://github.com/grpc/grpc-dart/tree/master/example/helloworld

Also https://github.com/grpc/grpc-dart/tree/master/example/grpc-web has an example of using grpc-web .

I once made a simple example of using grpc_web from flutter-web: https://github.com/sigurdm/grpc_web_flutter_example

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

6 participants