标签: java websocket netty
我完全遵循了代码(netty-in-action),并且从客户端(第11章代码中包含的接口)我无法连接到netty聊天服务器。 我输入的网址是客户端浏览器界面中的ws:// localhost:9099,无法连接
取自服务器代码 https://github.com/normanmaurer/netty-in-action/tree/master/src/main/java/com/manning/nettyinaction/chapter11
,客户端接口取自 https://github.com/normanmaurer/netty-in-action/tree/master/src/main/resources