mirror of
https://github.com/sdogruyol/awesome-ruby.git
synced 2024-11-20 11:06:15 -05:00
Added Push Notification Gems
This commit is contained in:
parent
0e23ecaea4
commit
5f243afaa4
1 changed files with 6 additions and 0 deletions
|
@ -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*
|
||||
|
|
Loading…
Reference in a new issue