Hi Everyone,
I have a website that interacts with a multi-tiered Windows Azure application. I would like the website to update in response to asynchronous processes in some Azure worker roles. I was hoping to use push notifications to let the website know when and how to update. There are great tutorials for using the Windows Azure Notification Hub with iOS, Android, and Windows 8. Can anyone point me to the right place to learn how to use it with a HTML5 site?
Thanks!