/gcm-demo

A simple GCM app server for push notification testing

Primary LanguageJavaApache License 2.0Apache-2.0

A simple app server for sending push notifications to Android devices. Powered by Dropwizard

Build and run

First, you will need a valid configuration file. In your terminal type

$ cd /path/to/project/src/main/resources
$ cp example_config.yml config.yml

and replace apiKey value with API key obtained from Google. Configuration manual can be found here.

To compile and run this application just type the following in your terminal

$ mvn compile exec:java