netty_demo master.zip 该Demo使用springboot来管理Netty,实现TCP Server ,用于与嵌入式设备等等的TCP通信,同时也支持Restful风格接口,可以供其他Client调用
springboot集成websocket和定时任务实现日志推送 通过修改logback.xml文件,实现自定义获取日志方式,并放入阻塞队列中,定时任务获取队列内容并通过websocket发送到客户端,实现日志在前台的展示