使用 javascript 发送消息 netty
有没有什么方法可以像 WebSocket 对象一样从 javascript 向 netty http 服务器发送消息,但用于 Netty 长轮询?
Is there any way for sending messages to a netty http server from javascript like a WebSocket object but for Netty long polling ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,这是可能的。请参阅此帖子。
我在一个名为 netty-ajax-server 的测试项目中放置了一个长轮询的示例。如果您浏览源代码,您将找到管道工厂、处理程序和 JavaScript 客户端实现。
Yes, it is possible. See this post.
I put an example of long polling in a test project called netty-ajax-server. If you browse the source code, you will find the pipeline factory, handler and javascript client implementation.