DespairYoke / nettyLinks
Netty 4 的一些技术栈示例代码。主要包括入门的demo,心跳机制,粘包拆包,Http服务器实现,NettyClient 重连机制,Netty模仿dubbo实现RPC,Netty搭建自己的redis服务器。
☆40Updated 6 years ago
Alternatives and similar repositories for netty
Users that are interested in netty are comparing it to the libraries listed below
Sorting:
- bio, nio到 netty各种使用案例, 包含基础使用案例,各api使用方法,零拷贝,websocket,群聊,私聊,编码,解码,自定义协议,protobuf等使用案例,rpc服务器,客户端等等学习☆66Updated last year
- 干净的springboot-netty,google protocol buffer,根目录下我给你放了一本《Netty实战(精髓)》,test下关于同步回调和异步回调、JUC和NIO(RPC我也加进来了)的一些讲解的方法代码☆137Updated 6 years ago
- springboot 使用 redis guava caffeine 缓存示例☆158Updated 3 years ago
- 基于Netty实现的RESTful服务框架☆144Updated 3 years ago
- 基于Guava的RateLimiter、Redis封装了并发控制、限流管理功能,支持配置文件和硬编码形式进行限流控制,控制粒度在方法级别,使用简单。☆68Updated 8 years ago
- SpringBatch数据迁移项目(企业级)-实时更新☆115Updated 3 years ago
- 基于netty3.6.3实现的文件上传下载功能组件☆40Updated 6 years ago
- nacos 教程,包括原理,实践,应用场景☆78Updated 3 years ago
- Java网络编程:BIO、NIO、AIO☆136Updated 3 years ago
- 一种简单易懂的分库分表方案☆95Updated 6 years ago
- 一个分布式限流的解决方案!☆110Updated 2 years ago
- 分布式锁的简单实现☆108Updated 8 years ago
- 用netty实现长连接和心跳监测的示例代码☆136Updated 6 years ago
- 利用netty 写的上传和下载超大文件的demo☆89Updated 8 years ago
- 🔒spring data redis 封装工具类包含分布式锁(distributedLock)、分布式唯一键(distributedId)☆53Updated 7 months ago
- Spring Cloud 开箱即用脚手架☆48Updated 6 years ago
- 🍁spring-boot及相关知识练习,Java生态研究学习(spring ,redis,ignite,tasks,zookeeper,dubbo,mybatis,kafka,rabbitmq,webflux);前沿新技术的探索,webflux,响应式编程,kontlin…☆73Updated 6 years ago
- 基于Netty实现的轻量级分布式应用配置中心☆83Updated 2 years ago
- Spring Boot Mybatis Plus 多数据源☆67Updated 7 years ago
- spring boot 集成redis封装,支持redis模式: 单点、集群、哨兵操作、分布式锁操作(简单锁、等待锁)☆51Updated 5 years ago
- seckill-rocketmq-基于RocketMQ-电商高并发场景实战☆197Updated last year
- ☆113Updated 6 years ago
- 基于SpringBoot生产分布式下全局的ID,保证ID生成的顺序性、无重复性、高可用,利用Redis排除了受单点故障问题的影响,生成ID规则: 年份(2位) + 一年中第几天 (3位)+ 小时(2位) + Redis自增序号 (5位),总计12位, 支持一小时内近100…☆47Updated 6 years ago
- 厮大牛逼☆63Updated 5 years ago
- 一个基于netty的文件服务器,可以用于分发应用程序,文件md5校验比对差量更新,支持大文件传输☆50Updated 7 years ago
- A JDBC driver for shard databases and tables。源码解析文章:http://www.iocoder.cn/categories/Sharding-JDBC/?github☆110Updated 6 years ago
- 一个采用Netty实现的RPC框架,适用于Spring Boot,Spring Cloud!☆163Updated 4 years ago
- 分布式延时队列,支持延时触发和计数触发。基于spi技术实现消息持久方案的扩展性,目前已实现基于redis的持久化方案。☆30Updated 6 years ago
- 简单的ORM框架☆23Updated 6 years ago
- 一款简单易用的无侵入,无需依赖数据库和服务协调者的分布式事务中间件(大量借鉴Seata以及LCN,在此特别感谢)☆38Updated 2 years ago