netty-websocket-spring-boot-starter will help you develop WebSocket server by using Netty in spring-boot,it is easy to develop by using annotation like spring-websocketRequirementjdk version 1.8 or 1.8+ Quick Startadd Dependencies: <dependency> <groupId>org.yeauty</groupId> <artifactId>netty-...
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...
netty-websocket-spring-boot-starter不同url端口复用 netty-websocket-spring-boot-starter是一个基于netty的websocket服务端,目前笔者使用的版本依托于Springboot。 官方网址https://github.com/YeautyYE/netty-websocket-spring-boot-starter 本文将帮你解决以下问题: ws://www.aaa.com/api/asr ws://www.aaa.com...
配置favicon的方式与spring-boot中完全一致。只需将favicon.ico文件放到classpath的根目录下即可。如下: src/ +- main/ +- java/ | + +- resources/ +- favicon.ico 自定义错误页面 配置自定义错误页面的方式与spring-boot中完全一致。你可以添加一个/public/error目录,错误页面将会是该目录下的静态页面,错误...
fix: websocket开启压缩失效问题修改 此Pull Request 可以被系统自动合并 评论 1 提交1 文件3 检查 Yeauty 拥有者 前天01:17 感谢你的提交,这个仓库是从Github上通过过来的,请将此合并提交到Github上。 https://github.com/YeautyYE/netty-websocket-spring-boot-starter 表态 回复 ...
netty-websocket-spring-boot-starter不同url端口复用,netty-websocket-spring-boot-starter是一个基于netty的websocket服务端,目前笔者使用的版本依托于Springboot。官方网址https://github.com/YeautyYE/netty-websocket-spring-boot-starter本文将帮你解决以下问题:ws:
Yeauty/netty-websocket-spring-boot-starter 代码Issues75Pull Requests2Wiki统计流水线 服务 Gitee Pages JavaDoc 质量分析 Jenkins for Gitee 腾讯云托管 腾讯云 Serverless 悬镜安全 阿里云 SAE Codeblitz 我知道了,不再自动展开 Gitee Pages Pro 服务 一个支持Jekyll、Hugo、Hexo静态网站的服务使用帮助 ...
基于Spring Boot 内嵌的Tomcat开发 2.Netty (Websocket) 基于Netty开发 集合心跳机制 Google 的Protocol Buffer传输(减少传输体积) 3.Log4j2 采用Log4j2日志框架 4.ProtocolController ProtocolService 自己写了个简单的AOP框架 方便使用WebSocket开发 如果有兴趣的可以私信我,这篇文章还在编写中。后期会放出github代码 ...
netty-websocket-spring-boot-starter是一个基于netty的websocket服务端,目前笔者使用的版本依托于Springboot。 官方网址https://github.com/YeautyYE/netty-websocket-spring-boot-starter 本文将帮你解决以下问题: ws://www.aaa.com/api/asr ws://www.aaa.com/api/tts ...
:rocket: lightweight high-performance WebSocket framework ( 轻量级、高性能的WebSocket框架) - waters-souls/netty-websocket-spring-boot-starter