PHP - jQuery - 彗星聊天

发布于 12-05 10:50 字数 152 浏览 0 评论 0原文

我正在寻找 PHP 和 comet 的解决方案。我想使用 Ajax 进行聊天来发送消息。我使用 jQuery 调用该函数并发送数据,很简单。

但问题在于检索新消息。如何使用新解决方案 comet 检索消息?我需要一个简单的例子。 我正在寻找一种非商业用途的解决方案 - 免费。

I am looking for a solution for PHP and comet. I would like to make a chat using Ajax to send the message. I call the function using jQuery and send data, it is simple.

But the problem is in retrieving new messages. How to retrieve messages using the new solution comet? I need a simple example.
I am looking for a solution for non-commercial use - for free.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

余生共白头2024-12-12 10:50:03

简而言之,我会告诉您使用 Node.js 作为后端技术。

这是更冗长的解释: 使用 PHP、JS、CSS 和 HTML 创建一个类似实时跳棋的 Web 应用程序?

In short, I would tell you to use Node.js as your backend technology.

Here's a more lengthy explanation: Creating a live checkers-like web app with PHP, JS, CSS and HTML?

夜血缘2024-12-12 10:50:03

如果您决定使用 php,则可以使用 Comet 服务器,该服务器将位于 apache(或您喜欢的任何服务器)之上,并将任何非 Comet 请求代理到它。我使用过一个名为 streamhub 的程序,它是用 java 编写的。

if you're set on using php, you can use a comet server which will sit on top of apache (or whatever server you prefer) and proxy any non-comet requests to it. I've used one called streamhub which is written in java.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文