米娜和 Websocket
我正在寻找一个支持 Draft10 的良好 websocket 实现。 我已经在我的应用程序中实现了 Mina 服务器,但我没有看到任何对 websocket 支持和草案 10 的具体引用。
发现 Mina 不支持最新标准会很有趣,我在哪里可以找到对此的任何参考?
I am looking for a good websocket implementation that support draft10.
I am already implementing Mina server in my app but I didn't see any reference to websocket support and draft10 in specific.
Its will be funny to find out that Mina isn't supporting the latest standards, where can I find any references to this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您想了解 Apache Mina 项目的计划和意图,请发送电子邮件至 Apache Mina 用户列表。
If you want to know the plans and intentions of the Apache Mina project, send email to the Apache Mina users list.
我编写了一个 MINA 编解码器,它将为您处理 websocket。
https://issues.apache.org/jira/browse/DIRMINA-907
它也被社区中的其他开发人员使用。
I'd written a MINA codec which will handle websockets for you.
https://issues.apache.org/jira/browse/DIRMINA-907
Its being used by other developers in the community too.