Skip to content

piyushjo/azure-notificationhubs-samples

 
 

Repository files navigation

Notification Hubs Samples

This repository will contain sample code for Notification Hubs.

Notification Hubs REST wrapper for Java

The official Java SDK is now available at - Official Java SDK. Please refer to it going forward.

This is a fully working sample of a server SDK for Notification Hubs in Java. It contains REST wrappers for all operations including seding notifications and registration management.

It also contains an implementation of partitioning logic in case you have to use multiple Notification Hubs for very high scale apps (>10M users).

You can find a detailed readme in the notificationhubs-rest-java directory.

Notification Hubs REST wrapper for PHP

This is a sample for sending notifications to Notification Hubs using PHP.

You can find a detailed readme in the notificationhubs-rest-PHP directory.

Notification Hubs REST wrapper for Python

This is a sample for sending notifications to Notification Hubs using Python.

Detailed readme is available here - http://azure.microsoft.com/en-us/documentation/articles/notification-hubs-python-backend-how-to/

About

Microsoft Azure Notification Hubs Samples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.9%
  • Java 33.9%
  • C# 11.4%
  • Python 1.8%
  • PHP 1.0%