Skip to content
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

suggestion: gomobile based client #6

Open
joeblew99 opened this issue Sep 1, 2016 · 4 comments
Open

suggestion: gomobile based client #6

joeblew99 opened this issue Sep 1, 2016 · 4 comments

Comments

@joeblew99
Copy link

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.

@thesandlord
Copy link
Contributor

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

@joeblew99
Copy link
Author

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
Copy link
Contributor

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
Copy link
Author

ok. i will leave this open then ...

@joeblew99 joeblew99 reopened this Sep 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants