Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/googlearchive/go-gcm
GCM library for Go.
https://github.com/googlearchive/go-gcm
Last synced: about 2 months ago
JSON representation
GCM library for Go.
- Host: GitHub
- URL: https://github.com/googlearchive/go-gcm
- Owner: googlearchive
- License: apache-2.0
- Archived: true
- Created: 2015-05-06T22:42:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-08-08T15:48:51.000Z (over 5 years ago)
- Last Synced: 2024-08-14T00:12:26.251Z (5 months ago)
- Language: Go
- Size: 40 KB
- Stars: 103
- Watchers: 14
- Forks: 66
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING
- License: LICENSE
Awesome Lists containing this project
- awesome-go - go-gcm - GCM library for Go. - ★ 102 (Messaging)
README
# Project status #
![status: inactive](https://img.shields.io/badge/status-inactive-red.svg)This project is no longer actively maintained, and remains here as an archive of this work.
For a replacement, check out [this actively maintained fork](https://github.com/kikinteractive/go-gcm) of the library.
GCM Library for Go
--Provides the following functionality for Google Cloud Messaging:
1. Sending messages.
2. Listening to receiving messages.Documentation: http://godoc.org/github.com/google/go-gcm
## Installation
$ go get github.com/google/go-gcm
## Status
This library is in Alpha. 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.