Building html5 Cordova apps is pretty easy.

But I want to put a golang web server being it that is exposing a restful json 
API.
The HTML5 GUI can then call it.
I am using the recent json patch functionality to allow the GUI layer to 
constantly update the db ( boltdb) with changes.

What are my options ?

I am pretty sure that the only way is to use a Cordova plugin that calls over 
http to the local golang server.

But I am stuck with how to do that middle bit.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to