springboot项目中使用netty+websocket 实现消息推送(带校验用户是否登陆功能)
maven引入包:<!-- websocket --><dependency> <groupId>io.netty</groupId> <artifactId>netty-all</artifactId> <version>4.1.36.Final</vers