Popularity
8.1
Stable
Activity
0.0
Stable
26
5
15

Monthly Downloads: 7
Programming language: Haskell
License: MIT License
Tags: Network     Cloud     Push     Mobile    

push-notify alternatives and similar packages

Based on the "push" category.
Alternatively, view push-notify alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of push-notify or a related project?

Add another 'push' Package

README

Libraries for communicating through Push Notifications:

3 libraries to make it easy to send push notifications to mobile devices. They are available on Hackage:

  • push-notify : This library offers a simple API for sending notifications through APNS, GCM and MPNS. 1

  • push-notify-ccs : This library offers an API for sending/receiving notifications through CCS (XMPP - Google Cloud Messaging). 2

  • push-notify-general : This library offers a general API for sending/receiving notifications, and handling the registration of devices on the server. It provides a general abstraction which can be used to communicate through different services as APNS, GCM, MPNS, hiding as much as possible, the differences between them. 3

More documentation and test examples on the blog 5. Also, look at Haddock documentation.