All Projects → inaka → pusherman

inaka / pusherman

Licence: Apache-2.0 License
queuing system for push notifications

Programming Languages

erlang
1774 projects
shell
77523 projects
Batchfile
5799 projects
Makefile
30231 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to pusherman

Discourse Push Notifications
Plugin for integrating Chrome and FireFox push notifications
Stars: ✭ 36 (+111.76%)
Mutual labels:  notifications, push
Push.js
The world's most versatile desktop notifications framework 🌎
Stars: ✭ 8,536 (+50111.76%)
Mutual labels:  notifications, push
Push Fcm Plugin
Official Firebase Cloud Messaging plugin for Push.js v1.0 🔥
Stars: ✭ 37 (+117.65%)
Mutual labels:  notifications, push
Socket.io Push
整合了小米,华为,友盟,谷歌,苹果推送的统一解决方案
Stars: ✭ 605 (+3458.82%)
Mutual labels:  notifications, push
andpush
Android Push Notification in Ruby: The fastest client for FCM (Firebase Cloud Messaging)
Stars: ✭ 83 (+388.24%)
Mutual labels:  notifications, push
Easynotifylibproject
Send firebase notifications to your users very easily: A new Android Lib
Stars: ✭ 31 (+82.35%)
Mutual labels:  notifications, push
MongoosePush
MongoosePush is a simple Elixir RESTful service allowing to send push notification via FCM and/or APNS.
Stars: ✭ 101 (+494.12%)
Mutual labels:  notifications, push
Noty
⛔️ DEPRECATED - Dependency-free notification library that makes it easy to create alert - success - error - warning - information - confirmation messages as an alternative the standard alert dialog.
Stars: ✭ 6,725 (+39458.82%)
Mutual labels:  notifications, push
mobile-messaging-sdk-ios
Mobile Messaging SDK for iOS
Stars: ✭ 45 (+164.71%)
Mutual labels:  notifications, push
Onepush
消息推送用OnePush,就够了!
Stars: ✭ 1,401 (+8141.18%)
Mutual labels:  notifications, push
Notificationpusher
Standalone PHP library for easy devices notifications push.
Stars: ✭ 1,143 (+6623.53%)
Mutual labels:  notifications, push
PushMeBaby
iOS Push Notification Debug App. You can use this app during iOS Push Notification (development or production) to push notifications on your device from your Mac.
Stars: ✭ 47 (+176.47%)
Mutual labels:  notifications, push
React Native Onesignal
React Native Library for OneSignal Push Notifications Service
Stars: ✭ 1,270 (+7370.59%)
Mutual labels:  notifications, push
spontit-api-python-wrapper
Send functional, flexible push notifications to iOS, Android, and desktop devices (without your own app or website).
Stars: ✭ 35 (+105.88%)
Mutual labels:  notifications, push
OneSignal-WordPress-Plugin
OneSignal is a free push notification service for web and mobile apps. This plugin makes it easy to integrate your website with OneSignal Push Notifications. https://onesignal.com
Stars: ✭ 71 (+317.65%)
Mutual labels:  notifications, push
ex unit notifier
Desktop notifications for ExUnit
Stars: ✭ 111 (+552.94%)
Mutual labels:  notifications
node-backend-template
A template for NodeJS backend projects
Stars: ✭ 19 (+11.76%)
Mutual labels:  notifications
AndroidProjects
个人总结归纳Android知识点。1.Data Binding框架MVVM;2. BaseView;3.CollapseView;4.Notification;5.MultiChannelBuild;6.SwipeBack;7.CustomTabs;8.HandlerCourse;9.VolleyStudy;10.OkHttpStudy;11.PermissionManage;12.InterView;13.KotlinLearning
Stars: ✭ 32 (+88.24%)
Mutual labels:  notifications
signalr-client
SignalR client library built on top of @aspnet/signalr. This gives you more features and easier to use.
Stars: ✭ 48 (+182.35%)
Mutual labels:  push
node-mercure
📳 Mercure Hub & Publisher implemented in node.js.
Stars: ✭ 27 (+58.82%)
Mutual labels:  push

NOTICE

This project is not supported anymore. It's still here just to support legacy projects that may have it as a dependency. It's operational (at least, for Erlang versions lower than R17)

Pusherman

Pusherman is an Erlang service that accepts and delivers push notifications, currently for Apple. It uses apns4erl but it provides a UDP and HTTP interface for pushes, and queues them. It has a pluggable queue backend so you can queue pushes in whatever system you want. Currently it uses leveldb but will eventually support Redis and Rabbit.

The idea with pusherman is you want to abstract away the calls to apple and queue up your pushes. Say you have a lot of pushes and want to manage connections to apple, etc. The goal is for this to be the place to do that. We'll add some graphical UI and statsd support so you can track how things are going.

Contact Us

For questions or general comments regarding the use of this library, please use our public hipchat room.

If you find any bugs or have a problem while using this library, please open an issue in this repo (or a pull request :)).

And you can check all of our open-source projects at inaka.github.io

Todo

  • TESTS
  • UDP
  • priority queues
  • stats
  • feedback channel needs to POST back to the caller
  • get_parameter is floating out in the push_handler_api code
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].