Re: [google-appengine] Run App Engine standard environment with NodeJs

2019-05-19 Thread Gregory Block
There's a Cloud Datastore emulator you can connect to locally, but there's no emulator for Cloud Tasks. `gcloud beta emulators` supports bigtable, firestore, datastore, and pubsub. File a feature request for an emulator so that you can do that work locally; I'm sure many people would find that fe

[google-appengine] Run App Engine standard environment with NodeJs

2019-05-10 Thread Azeem Haider
I'm going to develop nodeJS application in App Engine Standard Biggest problem I'm facing it how I run app engine standard environment locally? I already worked in app engine standard locally with java development. We run the app egnine like mvn appengine:run and able to use *datastore* and *T