From 3f3bba101dfcb3f2870930fe999ce570ce8f6447 Mon Sep 17 00:00:00 2001 From: Vincent Lark Date: Mon, 7 Jul 2014 10:28:04 +0200 Subject: [PATCH] Added Uniqush-push --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 7b9d4d87..13e51a99 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw - [Database](#database) - [Database Drivers](#database-drivers) - [Email](#email) + - [Messaging](#messaging) - [ORM](#orm) - [Imagery](#imagery) - [Text Processing](#text-processing) @@ -125,6 +126,12 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw * [Go-MailHog](https://github.com/ian-kent/Go-MailHog) - Catches mail and serves it through a dream. Inspired by MailCatcher, easier to install. * [mp](https://github.com/sanbornm/mp) - A simple cli email parser. It currently takes stdin and outputs JSON. +## Messaging + +*Libraries that implement messaging system* + +* [Uniqush-Push](https://github.com/uniqush/uniqush-push) - A redis backed unified push service for server-side notification to mobile devices + ## ORM *Libraries that implement Object-Relational Mapping or datamapping techniques.*