diff --git a/README.md b/README.md index d268ab1..8e4da0a 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ Your Pull requests are welcome! Let's make this the awesomest resource for Ruby - [Authentication and OAuth](#authentication-and-oauth) - [Template Engine](#template-engine) - [Queue](#queue) + - [Push Notification](#push-notification) - [Search](#search) - [Asset Management](#asset-management) - [Caching](#caching) @@ -264,6 +265,11 @@ Your Pull requests are welcome! Let's make this the awesomest resource for Ruby * [Qu](https://github.com/bkeepers/qu) A Ruby library for queuing and processing background jobs. * [Sidekiq](https://github.com/mperham/sidekiq) Simple, efficient background processing for Ruby +## Push Notification + + * [Rpush](https://github.com/rpush/rpush) - The push notification service for Ruby. + * [apn_sender](https://github.com/arthurnn/apn_sender) - Background worker to send Apple Push Notifications over a persistent TCP socket. + ## Site Monitoring *Libs for analytics, monitoring*