是否有 HTML5 WebSockets 的 Java 小程序实现?
是否有 HTML5 WebSockets 的 Java 小程序实现?
我想在一个新项目中使用 WebSocket,并使用 Java(或者可能是 Flash)提供向后兼容的 WebSocket 实现(适用于所有当前的非开发浏览器)。
我只想在服务器端编写和维护 WebSocket。我只想在客户端处理 WebSockets API(尽管如果真正的 WebSockets 不可用,该 API 将被 Java 小程序“伪造”)。
谢谢,
克里斯。
Is there a Java-applet implementation of HTML5 WebSockets?
I'd like to use WebSockets for a new project, and provide a backward compatible implementation of WebSockets (for all current non-dev browsers) using Java (or maybe Flash).
I only want to write and maintain WebSockets on the server-side. I only want to have to deal with the WebSockets API on the client side (though this API will be 'faked' by a Java-applet, if real WebSockets aren't available).
Thanks,
Chris.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这是一种可能的实现(使用 Flash 作为后备):
http://github.com/gimite/ web-socket-js
没有保证(我现在离开我的开发环境),但看起来它会做你正在寻找的事情。
Here's one possible implementation (uses Flash as a fallback):
http://github.com/gimite/web-socket-js
No guarantees (I'm away from my development environment right now), but it looks like it'll do what you're looking for.
是的,有一个,请查看 http://www.jwebsocket.org。
您的 jWebSocket 团队。
Yes there is one, please have look at http://www.jwebsocket.org.
Your jWebSocket Team.
作为 Kaazing 的代表发言:
我们有 另一种解决方案,提供对 Java、Flash、Silverlight 和 JS 的支持,并向后兼容所有 Websocket 之前的浏览器。 文档位于此处。
Speaking as a representative of Kaazing:
We have another solution that provides support for Java, Flash, Silverlight, and JS, and backward compatibility with all pre-Websocket browsers. Documentation is located here.