PHP - jQuery - 彗星聊天
我正在寻找 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.
简而言之,我会告诉您使用 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?