appengine

command
v0.0.0-...-a9fd3db Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 27, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

README

AppEngine Sample

This directory holds a simple "Hello world!" AppEngine app that uses server.Server.

Prerequisites

You will need to install the following software to run this sample:

Deploying

Run the following in this samples/appengine directory:

# Build the binary.
go build
# Deploy it to AppEngine.
gcloud app deploy
# Open a browser to the app.
gcloud app browse

Try browsing to the /healthz/readiness page that server.Server adds a handler for.

Documentation

Overview

A simple "hello world" application using server.Server, to be run on Google App Engine (GAE).

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL