将数据从 php 发送到不同用户计算机上的 javascript

发布于 2024-12-03 21:59:35 字数 73 浏览 1 评论 0原文

我正在开发一个聊天客户端,当一个用户请求与另一个用户交谈时,我会进行一次会话。进行会话的 PHP 脚本如何将会话号发送给其他客户端。

I'm working on a chat client and when one user makes a request to talk to the other user im making a session. How can the PHP script that makes the session send the session number to the other client.

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

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

发布评论

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

评论(1

追风人 2024-12-10 21:59:35

通过使用异步调用库,例如​​ CometD 或任何其他用于异步通信的 javascript 库。从技术上讲,您将使用观察者模式

By using an asynchronous call library like CometD or any other javascript library for asynchronous communication. Technically, you'll use an Observer Pattern.

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