grpc-ecosystem / grpc-simon-says

Multiplayer Simon Says game using bidirectional gRPC streaming
Apache License 2.0
133 stars 34 forks source link

suggestion: gomobile based client #6

Open joeblew99 opened 7 years ago

joeblew99 commented 7 years ago

This is a really useful project i have found. thanks or putting it up.

I am working on using gomobile to build mobile apps for os and android. The GUI is Polymer / Dart based, and uses Cordova to wrap the whole thing.

GUI Layer:

Backend Layer:

I am proposing this as another example for this project.

thesandlord commented 7 years ago

One concern I have is this will be a bit too complicated for this repo. It might be better as a standalone project.

joeblew99 commented 7 years ago

I needed to put in more complex rpc interactions to test i have found. So your were right :)

These are being written as IOS, Android and Desktop plugins.

I wil close

thesandlord commented 7 years ago

I'm thinking we can have a 3rd party section in the readme where we can link to these kind of things. Let me know when you release the code!

joeblew99 commented 7 years ago

ok. i will leave this open then ...