Netty 4 的一些技术栈示例代码。主要包括入门的demo,心跳机制,粘包拆包,Http服务器实现,NettyClient 重连机制,Netty模仿dubbo实现RPC,Netty搭建自己的redis服务器。
☆40Jan 18, 2019Updated 7 years ago
Alternatives and similar repositories for netty
Users that are interested in netty are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- java快速上手的网络IO框架,基于netty, google protobuf 数据传输协议,disruptor队列,zookeeper服务注册发现,支持心跳检测,断线重连,tcp连接池,注解分发消息。用于服务器间长连接通讯,可搭建分布式服务器以及分布式游戏。☆22Oct 4, 2022Updated 3 years ago
- 使用netty实现rpc框架,参考https://my.oschina.net/huangyong/blog/361751实现☆35May 9, 2018Updated 8 years ago
- 基于 Spring 和 Jedis 的 Disque 封装,使用注解驱动☆22Feb 15, 2016Updated 10 years ago
- zookeeper官方提供的分布式锁,选举master,和分布式队列实现☆16Mar 11, 2014Updated 12 years ago
- 优秀软件与架构设计模式资源收集。包含10种常见的软件架构模式、GoF设计模式、云架构模式、微服务和分布式系统、大数据、数据库等☆24Jul 5, 2018Updated 7 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- ZxFrame为JAVA框架-支持读写分离,读数据源熔断,分库分表;多级缓存,防缓存击穿/穿透/雪崩;支持分布式ID/锁;配置热更新等☆13Jun 21, 2022Updated 3 years ago
- 基于springboot容器,zokeeper分布式协调服务,dubbo分布式服务框架,redis缓存,spring jdbctemplate,mybatis持久层框架,mysql数据库等,加入netty+mqtt☆14May 27, 2025Updated 11 months ago
- SpringBoot + Apache Mahout 推荐引擎 基于用户评分数据推荐相关电影☆11Jun 7, 2018Updated 7 years ago
- spring session with redis☆14May 12, 2018Updated 8 years ago
- SpringCloud整合seata案例教程☆24Jun 21, 2022Updated 3 years ago
- 基于 raft 实现的分布式内存 kv 存储框架,已完成日志、选举、日志复制、日志恢复、内存存储等模块,使用MVCC支持ACID☆24Jun 17, 2022Updated 3 years ago
- ☆11Oct 4, 2022Updated 3 years ago
- Plug-In framework with HOT Class reloading for dynamic script-like Java☆14Feb 26, 2026Updated 3 months ago
- AutoMapper website☆14Aug 19, 2020Updated 5 years ago
- GPUs on demand by Runpod - Special Offer Available • AdRun AI, ML, and HPC workloads on powerful cloud GPUs—without limits or wasted spend. Deploy GPUs in under a minute and pay by the second.
- 延迟(延时)任务处理方案(JDK队列、Redis Zset与RabbitMQ TTL+DLX实现),对比各方案优缺点☆33May 26, 2022Updated 4 years ago
- 使用element-ui的upload组件实现上传图片至七牛云☆12Sep 6, 2017Updated 8 years ago
- 一个基于asp.net core 2.x+mysql+jwt开发的webapi项目☆12Jun 22, 2020Updated 5 years ago
- Dockerized Spring Boot 2 Example application☆12Aug 9, 2021Updated 4 years ago
- optimistic/pessimistic db lock, optimistic lock with retry feature.☆18Feb 14, 2019Updated 7 years ago
- Terminator of Login and commint soon☆16Jul 25, 2017Updated 8 years ago
- ☆10Aug 10, 2015Updated 10 years ago
- Samples on how to use filters to authenticate ASP .Net Web Api 2☆10Oct 4, 2016Updated 9 years ago
- How to construct, test, build and deploy a custom Nifi Processor☆13Mar 28, 2017Updated 9 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- JMH projects http://openjdk.java.net/projects/code-tools/jmh/☆12Nov 10, 2016Updated 9 years ago
- 实现http和motan的链路监控☆27Nov 10, 2017Updated 8 years ago
- sharding jdbc 基于java代码的配置demo☆11Jun 21, 2022Updated 3 years ago
- .Net访问微信公共平台接口☆29May 11, 2015Updated 11 years ago
- 分库分表-基于蘑菇街tsharding☆13Dec 6, 2016Updated 9 years ago
- java进阶,包含 常用设计模式、线程和并发、spring核心代码、mybatis核心代码、springboot2.0、springcloud G版本、docker的使用、各类面试题。☆356Jun 21, 2022Updated 3 years ago
- 本代码主要是根据《Netty 权威指南》原书章节整理的部分代码。☆35Aug 19, 2014Updated 11 years ago
- Sample apps using docker-compose.ymls in a variety of ways☆15Jul 6, 2018Updated 7 years ago
- OpenTiny Design Icons 图标库☆13May 14, 2025Updated last year
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- An implementation of RegisteredClientService, AuthorizationService and AuthorizationConsentService with spring-data-mongodb☆12Jan 13, 2022Updated 4 years ago
- 知乎爬虫,各种数据☆22Sep 14, 2017Updated 8 years ago
- ☆17Nov 10, 2017Updated 8 years ago
- 借助sharding-sphere实现类似多租户的分库分表☆25Jun 21, 2022Updated 3 years ago
- Java调用Kettle API执行转换和作业,Java代码生成Kettle转换。☆21Mar 9, 2018Updated 8 years ago
- bio, nio到 netty各种使用案例, 包含基础使用案例,各api使用方法,零拷贝,websocket,群聊,私聊,编码,解码,自定义协议,protobuf等使用案例,rpc服务器,客户端等等学习☆65May 16, 2024Updated 2 years ago
- 手把手实现springboot整合flowable,快速入门教程☆28Apr 28, 2026Updated 3 weeks ago