Azure Notification Hubs modules for JavaScript

Azure Notification Hubs provide an easy-to-use, multi-platform, scaled-out push engine. With a single cross-platform API call, you can easily send targeted and personalized push notifications to any mobile platform from any cloud or on-premises backend.

Notification Hubs works great for both enterprise and consumer scenarios. Here are a few examples customers use Notification Hubs for:

  • Send breaking news notifications to millions with low latency.
  • Send location-based coupons to interested user segments.
  • Send event-related notifications to users or groups for media/sports/finance/gaming applications.
  • Push promotional contents to apps to engage and market to customers.
  • Notify users of enterprise events like new messages and work items.
  • Send codes for multi-factor authentication.

Management Package

Install the npm module

Install the Azure Notification Hubs module

npm install @azure/arm-notificationhubs

Samples

For more code samples that use various Azure packages, explore the JavaScript samples.