Simple push notification server made with go
git clone git@github.com:acidsound/gopushserver.git
cd gopushserver
git submodule init
git submodule update
for Android : copy config.example.json to config.json, and set APIKey and serverURL.
for iOS : (todo)
Set application name in app.yaml (default: gopushserver)
to run
dev_appserver.py . -p 8000
to deploy
appcfg.py update .