netty-websocket-spring-boot-starter和springboot的websocket,netty创建的这个websocket比起springboot带的websocket有什么优势呢,在我的理解来说,主要是springboot是基于tomcat的,那就说明他的网络模型是NIO的一个形势,而netty是基于reactor的模式,网络响应的效果比起tomcat肯定是好了不少的,这样的理解对吗?