0

Is it possible to run a Google Standard Managed VM for Java locally for development purposes? I am asking cause dev_appserver.py, mvn gcloud:run or gcloud preview app run are good for a simple hello world application, but anything bigger than that doesn't work... (single threaded, timeout, etc...).

bwillemo
  • 51
  • 1
  • 6

1 Answers1

0

I mentioned this above, but you're looking for AppStart:

https://github.com/GoogleCloudPlatform/appstart

Justin Beckwith
  • 7,247
  • 1
  • 28
  • 48