We have a Windows 8 application which was developed with JavaScript and HTML.
Now, i want to add push notification functionality to our application. But after i some research i realized that only C#, VB.Net, C++ and XAML applications support this feature.
Also because of some reasons we can’t use Azure; so i have to develop server-side and host our Windows Servers.
Is there any way to accomplish this?
For the client side please check MSDN documentation here:
http://code.msdn.microsoft.com/windowsapps/Push-and-periodic-de225603
As for the server side, Pushwoosh.com is planning to support win8 push notifications till the end of September.