简体   繁体   English

使用WebJobs和Node.js发送Windows Phone推送通知

[英]Send Windows Phone Push Notifications using WebJobs & nodejs

I am currently using nodejs and a scheduled webjob to query a website and save some data to a json file for further consumption in a native Windows Phone app. 我目前正在使用nodejs和计划的webjob来查询网站,并将一些数据保存到json文件中,以便在本机Windows Phone应用中进一步使用。 Now I'd like to add a feature where I can notify the users if new data was found on the website using push notifications. 现在,我想添加一个功能,如果使用推送通知在网站上发现了新数据,我可以通知用户。 Unfortunately I have not found any info on how one might do this or if that is even possible atm. 不幸的是,我还没有找到任何有关如何执行此操作的信息,或者甚至没有找到有关atm的信息。

https://github.com/tjanczuk/wns Node.js模块可达到此目的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM