需要与sockjs兼容的开箱即用Netty Framework的建议

时间:2017-08-17 12:04:22

标签: netty sockjs

Netty Framework中是否有与Sock.js开箱即用兼容的类?

我们尝试使用Netty的官方示例在Netty中编写一个简单的Websocket服务器,它与Chrome提供的HTML 5兼容的Websocket工作得很好。

根据Sock.js的要求,我们修改了服务器以在/ info上以所需格式出售JSON

但是,当我们尝试连接到此服务器时,我们会看到以下错误 -

   XMLHttpRequest cannot load http://some-server:8092/676/j_5cm5ak/xhr.
    No ‘Access-Control-Allow-Origin’ header is present on the requested resource.
    Origin ‘http://some-server’ is therefore not allowed access.
    The response had HTTP status code 404.

我们没有使用任何XHR功能。

1 个答案:

答案 0 :(得分:0)

netty本身目前不支持sock.js,但vertx支持它。另请参阅SockJSHandler