kikinteractive/go-gcm

Name: go-gcm

Owner: Kik Interactive

Description: GCM library for Go.

Forked from: googlearchive/go-gcm

Created: 2016-02-29 15:53:05.0

Updated: 2018-02-03 01:38:15.0

Pushed: 2018-05-07 11:55:24.0

Homepage: null

Size: 129

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

GCM Library for Go GoDoc Build Status Coverage Status Go Report Card

Provides the following functionality for Google Cloud Messaging:

  1. Sending messages via HTTP or XMPP.
  2. Receiving messages from XMPP.

Documentation: see godoc

Installation
$ go get github.com/kikinteractive/go-gcm
Status

This is a rework of go-gcm library. It has the following improvements:

This library is in Beta. We will make an effort to support the library, but we reserve the right to make incompatible changes when necessary.

Feedback

Please read CONTRIBUTING and raise issues here in Github.

Limitations

Note that GCM limitations are not enforced by the library. Instead, all valid requests are sent to the server and a corresponding error is returned (Message Too Big, Device Message Rate Exceeded, etc).


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.