Problem of choosing comet server

99封情书 提交于 2019-12-04 11:30:55
  1. Yes it's better to use a dedicated server. StreamHub Comet Server seems to be the most popular these days.

  2. For a tutorial on how to get started with comet read this: Getting Started with Comet and StreamHub.

If you get stuck there is a Google Group to seek help.

Depending on your needs, you could check WebSync OnDemand - it works well for PHP apps, and the hosting is offloaded. If you're only looking for a few users (<=10) it's free too.

Orbited PHP Client can be found at Download page.

Direct link: http://orbited.org/raw-attachment/wiki/Download/php-orbited.php

There are many solution in this moment for a comet Server: CometD contains an implementation of comet for the client (JavaScript library) and for the Server based on Jetty. Another good Option is to combine Atmosphere with Tomcat, Jetty, GlassFish, Weblogic, Grizzly, JBossWeb and JBoss, Resin, etc Another comet implementation come from APE: see ape-project.org If you want to implement yourself a solution (serverside and clientside) onyl using web server support you can choose between the web servers just named, but probably you must to invest a lot of effort.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!