Skip to content

kurehajime/gaemu

Repository files navigation

gaemu : Local server for Google App Engine

gaemu

What is

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. )

Install

Get here.

or

go install github.com/kurehajime/gaemu@latest

Usage

  1. Run Your app

go run ? python main.py ? python manage.py runserver ? npm start ?

Please refer to Google's Help Page.

  1. 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

About

Local server for Google App Engine. Yet another dev_appserver.py

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages