gopns

command module
v0.0.0-...-60fd096 Latest Latest
Warning

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

Go to latest
Published: Jan 20, 2014 License: Apache-2.0 Imports: 2 Imported by: 0

README

Gohper

Go Push Notification Service (GoPNS)

Build Status GoDoc Coverage Status

GoPNS provides scalable and efficient a mass push notificaiton service built on top of Amazon's Simple Notification Service. The project provides REST end points for registering Device IDs with arbitrary metadata. These can then be used to send a push notification to all or a segment of the user base based on the metadata. This project is written in the Go Programming language and is designed to be resource efficient. In addition it uses Amazon Simple Queue Service in order to distribute work load out to multiple instances if you have them available.

Build from Source
  • Install Go 1.2
  • Setup GOPATH
  • Add GOPATH/bin to PATH
  • go get gopns
  • go install gopns
  • run gopns
mkdir ~/go
export GOPATH=~/go
export PATH=$PATH:$GOPATH/bin
go get github.com/gopns/gopns
go install github.com/gopns/gopns
gopns

Please see the Wiki for more information and documentation

Authors

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
aws
sns
sqs
Package pool provides a worker pool.
Package pool provides a worker pool.

Jump to

Keyboard shortcuts

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