干净的springboot-netty,google protocol buffer,根目录下我给你放了一本《Netty实战(精髓)》,test下关于同步回调和异步回调、JUC和NIO(RPC我也加进来了)的一些讲解的方法代码
☆137May 21, 2019Updated 6 years ago
Alternatives and similar repositories for Netty-SkillTree
Users that are interested in Netty-SkillTree are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- springboot和dubbo、netty的集成,spring-ai-*的集成,redis mongodb的nosql模板, kafka rocketmq rabbit的MQ模板, solr solrcloud elasticsearch查询引擎☆184Sep 25, 2025Updated 6 months ago
- Java JUC 学习项目 包括各种并发多线程的高级使用。java自带多线程并发锁高级应用☆15May 11, 2018Updated 7 years ago
- 干净的RPC全家桶thrift、dubbo、google-protocol-buffer,当然zookeeper注册中心是少不了的,其中在test的测试单元模块,我写了dubbo的底层实现原理(例如socket的RPC反射代理完成跨机器请求,同时还有RMI的代理模型)一看就…☆23Oct 11, 2023Updated 2 years ago
- SpringBoot 整合 Netty 实战☆284Feb 22, 2024Updated 2 years ago
- Netty 4 的一些技术栈示例代码并辅以博文讲解。主要包括入门的demo,粘包和拆包解决办法,心跳测试,http服务的实现,client重连机制,TCP滑动窗口、protobuf协议传输等相关技术。☆449Oct 4, 2022Updated 3 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- 百万级高性能分布式发布订阅系统,基于nio,netty开发,无锁并发,充分发挥cpu极限, 该项目已自带心跳检测功能,断线自动重连,非常稳定。 注意该项目软件编码为GBK,导入的时候一定要看清项目编码格式。☆74Jan 14, 2019Updated 7 years ago
- 轻量级,高性能,少依赖,低级封装的服务器开发工具和项目搭建模板,可以开发游戏服务器和小型中间件等☆14Nov 6, 2018Updated 7 years ago
- springboot集成netty,使用protobuf作为数据传输格式,包含心跳检测、断开重连、上传数据、主动推送功能.☆299Mar 26, 2018Updated 8 years ago
- 利用SpringBoot整合HBase,基于HBaseJavaAPI的二次封装,可以直接引用jar包使用,目前测试已支持HBase1.1.2和HBase1.4.6以及HBase2.0.2三个版本。☆15Sep 25, 2024Updated last year
- 在公司接了一个任务,完成一个项目数据同步的模块。要求是不能操作项目的数据库。怕操作不当,数据丢失。所以想到的方案是使用log4jdbc记录数据源的SQL语句到日志文件。然后按行读取日志文件中的数据,记录读取的Point,以便下次继续读取。读取的数据进入bigqueue队列,…☆12Aug 10, 2017Updated 8 years ago
- bio, nio到 netty各种使用案例, 包含基础使用案例,各api使用方法,零拷贝,websocket,群聊,私聊,编码,解码,自定义协议,protobuf等使用案例,rpc服务器,客户端等等学习☆65May 16, 2024Updated last year
- spring redis框架过期时间注解支持☆10Oct 17, 2018Updated 7 years ago
- 基于Netty实现轻量级的微服务通讯网关。主要实现了安全、流控、代理、路由等功能。☆18Oct 28, 2016Updated 9 years ago
- SpringBoot框架搭建的WebSocket项目☆10Jun 6, 2017Updated 8 years ago
- DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- Vue移动商城项目,练习Vue时的demo。☆10Jan 6, 2023Updated 3 years ago
- 基于Netty实现的WebSocket聊天室,支持几万人同时在线聊天☆614Oct 26, 2017Updated 8 years ago
- springboot整合rabbitMQ和websocket,实现消息的发布和接收,并通过websocket实时推送数据到页面☆39Jan 18, 2021Updated 5 years ago
- Kubenetes with SpringBoot demo☆10Feb 20, 2019Updated 7 years ago
- flink sql☆11Jun 21, 2022Updated 3 years ago
- 阿里巴巴数据同步组件canal的客户端,解析binlog增量数据后发送至MQ(rabbitmq,kafka,redis)☆26Oct 4, 2022Updated 3 years ago
- Simple Java-based TCP server and client for passing strings☆25Jun 5, 2025Updated 10 months ago
- 整合springboot+bboss+elasticsearch,实现java对es的操作☆24Nov 16, 2018Updated 7 years ago
- 基于redis的分布式锁,适用于秒杀,自增ID等web分布式开发场景☆11Mar 21, 2017Updated 9 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- google guava examples☆11Feb 17, 2022Updated 4 years ago
- 开发一个前后端分离的书籍分享管理系统,项目采用SpringBoot+Vue开发。☆18Dec 11, 2022Updated 3 years ago
- 基于byte-buddy生成Spring MVC 框架的Controller☆13Oct 11, 2024Updated last year
- 对SkyWalking 中的埋点部分进行抽离形成一个独立的针对于JAVA 埋点的项目。☆14Aug 31, 2022Updated 3 years ago
- 基于Netty4开发的简单、轻量级、高性能的的Http restful api server☆83Mar 26, 2026Updated 2 weeks ago
- 用netty实现长连接和心跳监测的示例代码☆135Dec 30, 2018Updated 7 years ago
- tcc-transaction是TCC型事务java实现☆13Mar 4, 2017Updated 9 years ago
- 高并发,分布式架构商城实现, 项目基于 Gradle 构建。包括以下技术栈:1.反向代理、动静分离 - Nginx;2.注册中心、配置中心 - nacos;3.认证中心(社交登录,weibo) - OAuth2.0;4.权限控制 - Spring Security;5.统一…☆15Apr 8, 2024Updated 2 years ago
- Netty实践学习案例,见微知著!带着你的心,跟着教程。我相信你行欧。☆2,944Oct 4, 2022Updated 3 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting with the flexibility to host WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Cloudways by DigitalOcean.
- Java并发编程与高并发解决方案。Java concurrent programming and high concurrency solutions.☆21May 1, 2018Updated 7 years ago
- 一个动态解析Protobuf文件的测试工具☆72Aug 31, 2015Updated 10 years ago
- 快速计算视觉听觉 线性卷积数据分析☆87Oct 1, 2025Updated 6 months ago
- 具备完整聊天室实现的提交☆17Dec 29, 2022Updated 3 years ago
- Custom Validation in Spring Boot example - Spring Boot custom validation annotation example - Spring Boot Rest API Validation☆14May 1, 2023Updated 2 years ago
- SpringBoot 自动配置 Druid 和 Druid Monitor☆14Apr 6, 2017Updated 9 years ago
- EasyRest integration with netty, akka and spring.☆11Dec 16, 2022Updated 3 years ago