使用方式参见 https://gitee.com/xxssyyyyssxx/websocket-demo 使用说明 /** * 1.继承自 top.jfunc.websocket.BaseWebSocketEndpoint * 2.标注@Component @ServerEndpoint * @author xiongshiyan */ @Component @ServerEndpoint(value ="/websocket/connect/{identifier}") public class WebSocketEndpoint extends top...
netty介绍地址:还没完善后边不上 netty-websocket-spring-boot-starter gitee地址:https://gitee.com/Yeauty/netty-websocket-spring-boot-starter 二、快速开始 1. 引入pom坐标 <dependency><groupId>org.yeauty</groupId><artifactId>netty-websocket-spring-boot-starter</artifactId><version>0.9.5</version><...
说明: (1)编码中使用的Spring Boot版本是: 1.5.8; (2) 使用WebSocket有两种方式: 第一种方式使用socketJS, 第二种方式是使用H5的标准。实例中使用的是第二种方式; (3)源代码:源代码下载地址https://gitee.com/happyangellxq520/spring-boot,找到项目《spring-boot-websocket-2017》进行下载即可,此项目不依赖...
加入Gitee 与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :) 免费加入 已有帐号? 立即登录 文件 master 暂无数据克隆/下载 netty-websocket-spring-boot-starter / README_zh.md README_zh.md 10.16 KB 一键复制 编辑 原始数据 按行查看 历史 Yeauty 提交于 3年前 . - @...
本项目帮助你在spring-boot中使用Netty来开发WebSocket服务器,并像spring-websocket的注解开发一样简单。 仓库地址: https://api.gitee.com/Yeauty/netty-websocket-spring-boot-starter https://github.com/YeautyYE/netty-websocket-spring-boot-starter/blob/master/README_zh.md ...
输入图片说输入图片说明https://images.gitee.com/uploads/images/2020/1207/144413_5bea1778_877959.png "3.png"ht...
2 Commits .idea sample src/main .gitignore LICENSE README.md pom.xml tiostarter.iml README MIT license tio-websocket-spring-boot-starter Intro spring-spring-boot-starter for tio-websocket Starter Repo Github Sample Gitee Sample T-io Repo ...
一个netty的springboot-starter,内置了HTTP、WebSocket、自定义协议以及心跳、断线重连机制,可以通过配置一键启动,通过注解就注入自己的数据处理类即可,也可以自定义注入自己的数据处理器、自定义管道处理 - CohLins/netty-spring-boot-starter
使用方式参见 https://gitee.com/xxssyyyyssxx/websocket-demo 使用说明 /** * 1.继承自 top.jfunc.websocket.BaseWebSocketEndpoint * 2.标注@Component @ServerEndpoint * @author xiongshiyan */ @Component @ServerEndpoint(value ="/websocket/connect/{identifier}") public class WebSocketEndpoint extends top...
使用方式参见 https://gitee.com/xxssyyyyssxx/websocket-demo 使用说明 /** * 1.继承自 top.jfunc.websocket.BaseWebSocketEndpoint * 2.标注@Component @ServerEndpoint * @author xiongshiyan */ @Component @ServerEndpoint(value ="/websocket/connect/{identifier}") public class WebSocketEndpoint extends top...