diff --git a/README.md b/README.md index b64f274e..262923c9 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) @@ -126,6 +127,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 systems* + +* [Uniqush-Push](https://github.com/uniqush/uniqush-push) - A redis backed unified push service for server-side notifications to mobile devices + ## ORM *Libraries that implement Object-Relational Mapping or datamapping techniques.*