suggestion: gomobile based client
joeblew99 opened this issue · 4 comments
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:
- Just a standard Polymer app
- Does standard socket IO to the Backend Layer, just like the current Node client in the repo.
Backend Layer:
- A standard golang code, but compiled with gomobile.
- Its job is to proxy GRPC calls between the K8 cluster and the Polymer Client
I am proposing this as another example for this project.
One concern I have is this will be a bit too complicated for this repo. It might be better as a standalone project.
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
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!
ok. i will leave this open then ...