I have three Go modules and a Java module (for payment through Braintree, using a library of theirs). I plan on porting the Java module to Go, but it works fine as is. The only downside is that I have the modules communicate through urlfetch, so it's a bit slow, but works fine.
/Alexander Den torsdagen den 1:e maj 2014 kl. 20:32:59 UTC+2 skrev Ronoaldo Pereira: > > I'm porting the front-end handlers of a large Java app to Go. However, I'm > not able to run the Java and Go runtimes in paralell in the development > server, to share the same datastore backend. > > Is there a way to acomplish that? I'm asking here because I noticed some > Java code to launch instances from devappserver2 module in the Python SDK. > I tought that it may be possible to run both a Java module and a Go module > with that service, if I was using the Java Yaml configuration. > > Kind regards, > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
