gaemu is local server for Google App Engine(Standard Environment).
gaemu provides a reverse proxy and a static contents server.
( It does not provide APIs for datastores, Memcache and ... other Google App Engine APIs. )
or
go install github.com/kurehajime/gaemu@latest
- Run Your app
go run
? python main.py
? python manage.py runserver
? npm start
?
Please refer to Google's Help Page.
- Lanch gaemu
gaemu -a "http://localhost:8080" -y "../YOUR_APP_PATH/app.yaml"
option | description | default |
---|---|---|
-a | Your App URL | http://localhost:8080 |
-y | Location of app.yaml | |
-p | gaemu's port | 8081 |