Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 1.54 KB

File metadata and controls

56 lines (35 loc) · 1.54 KB

Java Socket API Example App: Whois Client

This sample displays what's going on in your app. It dumps the environment and lots more.

See the Google App Engine standard environment documentation for more detailed instructions.

Setup

Use either:

  • gcloud init
  • gcloud auth application-default login

Maven

Running locally

$ mvn appengine:run

Deploying

$ mvn appengine:deploy

This small example application demonstrates the use of the App Engine Socket API to query a Whois server.

To build, install maven, then run mvn package. You can run the local dev app server via mvn appengine:devserver and deploy via mvnappengine:update.