Socket
Socket
Sign inDemoInstall

node-push-sender

Package Overview
Dependencies
Maintainers
4
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-push-sender

Send push notifications to GCM, APNS, MPNS and WNS


Version published
Maintainers
4
Created
Source

push-sender

npm version Code Climate

A NodeJS library built to send remote notifications for Android (GCM), iOS (APNS) and Windows (WNS) mobile devices. It is based on already existent platform-specific open source libraries: node-gcm and node-apn.

Features

  • Supports Google Cloud Messaging (GCM) for Android devices and Apple Push Notification Service (APNS) for iOS;
  • Sends notifications to multiple devices at once;
  • Supports all GCM optional parameters;
  • Sends custom content to the end user;
  • Provides the server response with the errors/message_ids for each targeted device.

Installation

$ npm install node-push-sender

Contributing

We encourage you to contribute to node-push-sender! Please check out the contributing guide for guidelines about how to proceed.

Keywords

FAQs

Package last updated on 20 Jan 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc