php 中的服务器推送
在应用程序中,我期待实现服务器推送功能。我也收集了一些有关该技术的信息,但我有点困惑,我应该选择哪种语言以及还需要什么要求(注意:这将是一个社交 n/w 应用程序)? 我刚刚完成了一个基于 php / mysql 的项目,那么 PHP 是一个不错的选择,还是 ruby on Rail 是一个不错的选择。
那么有人可以在这里指导我吗?另外,在开始工作之前是否有任何好的文章?
先感谢您。
In an app, I am looking forward to implement server push functionality. I have gathered some information about the technology also, but I am little confused that with which language should I prefer for and what else requirement needed(note: this is going to be a social n/w app)?
I have just finished a project based on php / mysql, so will PHP be a good option or ruby on rail.
So can anybody guide me here. also if any good article before start working on it?
Thank you in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你要找的是彗星。对于 PHP,您的选择有些有限;有关详细信息,请参阅此处。
What you're looking for is Comet. With PHP, your options are somewhat limited; see here for details.