实时 html 5 应用程序轮询
终于,过了一段时间,我有了一个可以将通知推送到 android 和 iphone 的应用程序。
现在,我从网络服务检索通知的最佳方法是什么?我不喜欢每 5 分钟轮询一次的想法。我是否有另一种方法可以将通知从服务器推送到手机或某种优化的轮询方法?
谢谢 我是个新手,所以对我要轻松一些。
Finally after a while I have an application that pushes notifications to android and iphone.
Now what is the best way for me to retrieve notifications from a webservice. I dont like the idea of polling every 5min. Is there another way for me to push the notifications to the handset from the server or some optimised polling method?
Thanks
I am a newbie so go easy on me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我已经使用nodejs作为我的服务器和websockets。这看起来效果很好。
I have made use of nodejs as my server and websockets. This seems to work very nicely.