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功能。