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.
-
push-notify-ccs
A server-side library in Haskell for sending push notifications to devices running different OS.
InfluxDB - Purpose built for real-time analytics at any scale.
Do you think we are missing an alternative of push-notify or a related project?
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.