I've been reading a lot about Azure Push Notification Hub but there's one thing I don't seem to be able to find a definitive answer for. I want to modify an existing node.js service which runs on my own server so it can send push notifications through Azure's Push Notification Hub. I don't want to host any code or data on Azure, I just want it to look after Push Notifications. I've read that this is possible via a rest api on Azure but I don't seem to be able to find any info on that rest api such that I can access it from an external node service. I don't want to host my node service in an Azure mobile service.
Does anyone know if this is possible or can anyone point me on at any docs or samples?
Thanks