gpt4 book ai didi

java - 如何使用 JavaScript 将异步事件从 Java 服务器发送到网站?

转载 作者:行者123 更新时间:2023-11-30 16:55:35 25 4
gpt4 key购买 nike

我想开发一个 Java 服务器,它能够使用 JavaScript 以网站的形式向客户端异步发送消息。我知道一种可能性是使用 WebSockets,但 IE 9 不支持这些。

为了将消息从客户端传输到服务器,我可以在服务器端使用 AJAX 调用和 RESTful 接口(interface)。

有人对此有解决方案吗?

最佳答案

这不是网络服务器的工作方式,大多数时候HTTP Webservers本质上是一个 request-response架构:

HTTP functions as a request-response protocol in the client-server computing model. A web browser, for example, may be the client and an application running on a computer hosting a web site may be the server. The client submits an HTTP request message to the server. The server, which provides resources such as HTML files and other content, or performs other functions on behalf of the client, returns a response message to the client.

也就是说,您可以使用一些技术来做到这一点。在此处阅读有关 Comet 和反向 AJAX 的信息:

关于java - 如何使用 JavaScript 将异步事件从 Java 服务器发送到网站?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29774622/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com