-- 添加Socket.IO依赖 --><dependency><groupId>com.corundumstudio.socketio</groupId><artifactId>netty-socketio</artifactId><version>1.7.19</version></dependency><!-- 添加Spring Boot依赖 --><dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-web</artifactId>...
netty-websocket-spring-boot-starter English Docs 简介 本项目帮助你在spring-boot中使用Netty来开发WebSocket服务器,并像spring-websocket的注解开发一样简单 要求 jdk版本为1.8或1.8+ 快速开始 添加依赖: <dependency><groupId>org.yeauty</groupId><artifactId>netty-websocket-spring-boot-starter</artifactId><...
NettyServerApp @SpringBootApplication public class NettyServerApp { public static void main(String[] args) { ConfigurableApplicationContext context = SpringApplication.run(NettyServerApp.class, args); NettyServer nettyServer = context.getBean(NettyServer.class); nettyServer.run(); } } 1. 2. 3. ...
1、netty-websocket-spring-boot-starter与若依集成websocket 本项目帮助你在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/bl...
<artifactId>spring-boot-starter-web</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-websocket</artifactId> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-all</artifactId> ...
socketio-spring-boot-starter 组件简介 基于netty-socketio 2.x开源项目实现的Socket项目整合 使用说明 1、Spring Boot 项目添加 Maven 依赖 <dependency><groupId>com.github.hiwepy</groupId><artifactId>socketio-spring-boot-starter</artifactId><version>${project.version}</version></dependency> ...
Java 1 https://gitee.com/Yeauty/netty-websocket-spring-boot-starter.git git@gitee.com:Yeauty/netty-websocket-spring-boot-starter.git Yeauty netty-websocket-spring-boot-starter netty-websocket-spring-boot-starter深圳市奥思网络科技有限公司版权所有 Git 大全 Git 命令学习 CopyCat 代码克隆检测 ...
Watch 117 Star 1.1K Fork 370 Yeauty/netty-websocket-spring-boot-starter 代码 Issues 75 Pull Requests 2 Wiki 统计 流水线 服务 Gitee Pages JavaDoc 质量分析 Jenkins for Gitee 腾讯云托管 腾讯云 Serverless 悬镜安全 阿里云 SAE Codeblitz 我知道了,不再自动展开 ...
netty-spring-boot-starter 将Netty嵌入到Spring Boot 环境中,可以在Spring环境中收发Socket原生消息,支持自定义消息解析,派发扩展。 master分支目前只适配JDK8, JDK17适配代码在JDK17分支上 架构图 运行demo视频 当前只支持Java 8. (视频托管在GitHub可能加载有些慢) ...
Netty Container for Spring Boot. Contribute to DanielThomas/spring-boot-starter-netty development by creating an account on GitHub.