Merge pull request #56 from vincent/master

Add a messaging category
checkGoreportcard
Thiago Avelino 10 years ago
commit 7a6e3dd94f

@ -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.*

Loading…
Cancel
Save