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
- Examples for using this module in Node.js as well as browser applications can be found in the README for the module
- App Service Mobile completed quickstart for JavaScript backend
- Tweet vibration anomalies detected by Azure IoT services on data from an Intel Edison running JavaScript
For more code samples that use various Azure packages, explore the JavaScript samples.
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript