干净的springboot-netty,google protocol buffer,根目录下我给你放了一本《Netty实战(精髓)》,test下关于同步回调和异步回调、JUC和NIO(RPC我也加进来了)的一些讲解的方法代码
☆138May 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
Sorting:
- springboot和dubbo、netty的集成,spring-ai-*的集成,redis mongodb的nosql模板, kafka rocketmq rabbit的MQ模板, solr solrcloud elasticsearch查询引擎☆184Sep 25, 2025Updated 5 months ago
- 干净的RPC全家桶thrift、dubbo、google-protocol-buffer,当然zookeeper注册中心是少不了的,其中在test的测试单元模块,我写了dubbo的底层实现原理(例如socket的RPC反射代理完成跨机器请求,同时还有RMI的代理模型)一看就…☆23Oct 11, 2023Updated 2 years ago
- 轻量级,高性能,少依赖,低级封装的服务器开发工具和项目搭建模板,可以开发游戏服务器和小型中间件等☆14Nov 6, 2018Updated 7 years ago
- YIM是基于netty框架下的推送系统,我们平常使用第三方的推送SDK,如极光推送,百度推送,小米推送,以及腾讯信鸽等来支撑自己的移动端的业务,或许有一些用户自己实现即时通讯系统的需求,那么YIM为您提供了一个解决方案或者思路,目前YIM支撑 websocket,andro…☆14Jul 5, 2023Updated 2 years ago
- 在公司接了一个任务,完成一个项目数据同步的模块。要求是不能操作项目的数据库。怕操作不当,数据丢失。所以想到的方案是使用log4jdbc记录数据源的SQL语句到日志文件。然后按行读取日志文件中的数据,记录读取的Point,以便下次继续读取。读取的数据进入bigqueue队列,…☆12Aug 10, 2017Updated 8 years ago
- SpringBoot 整合 Netty 实战☆285Feb 22, 2024Updated 2 years ago
- Netty 4 的一些技术栈示例代码并辅以博文讲解。主要包括入门的demo,粘包和拆包解决办法,心跳测试,http服务的实现,client重连机制,TCP滑动窗口、protobuf协议传输等相关 技术。☆449Oct 4, 2022Updated 3 years ago
- Java JUC 学习项目 包括各种并发多线程的高级使用。java自带多线程并发锁高级应用☆15May 11, 2018Updated 7 years ago
- 【易车】- Spark、flink、HBase、Hive、flume集成了一些Hadoop的原生api的一些demo(如HDFS、MapReduce:目前就这两个);同时测试一些异常功能☆16Apr 4, 2019Updated 6 years ago
- 利用SpringBoot整合HBase,基于HBaseJavaAPI的二次封装,可以直接引用jar包使用,目前测试已支持HBase1.1.2和HBase1.4.6以及HBase2.0.2三个版本。☆15Sep 25, 2024Updated last year
- 百万级高性能分布式发布订阅系统,基于nio,netty开发,无锁并发,充分发挥cpu极限, 该项目已自带心跳检测功能,断线自动重连,非常稳定。 注意该项目软件编码为GBK,导入的时候一定要看清项目编码格式。☆74Jan 14, 2019Updated 7 years ago
- springboot集成netty,使用protobuf作为数据传输格式,包含心跳检测、断开重连、上传数据、主动推送功能.☆298Mar 26, 2018Updated 7 years ago
- 快速计算视觉听觉 线性卷积数据分析☆87Oct 1, 2025Updated 4 months ago
- 基于Disruptor的异步并行框架☆20Jun 8, 2015Updated 10 years ago
- Kubenetes with SpringBoot demo☆10Feb 20, 2019Updated 7 years ago
- spring redis框架过期时间注解支持☆10Oct 17, 2018Updated 7 years ago
- A simple set of classes that can be used to run java nio based socket sever and client with SSLEngine support. Contains build in stream s…☆25Jun 8, 2012Updated 13 years ago
- 整合springboot+bboss+elasticsearch,实现java对es的操作☆24Nov 16, 2018Updated 7 years ago
- EasyRest integration with netty, akka and spring.☆11Dec 16, 2022Updated 3 years ago
- Documentation repo for NuGet localized for zh-cn language-culture☆10Mar 23, 2022Updated 3 years ago
- 基于springboot容器,zokeeper分布式协调服务,dubbo分布式服务框架,redis缓存,spring jdbctemplate,mybatis持久层框架,mysql数据库等,加入netty+mqtt☆14May 27, 2025Updated 9 months ago
- nettty源码分析&笔记&思维导图☆12Jan 12, 2023Updated 3 years ago
- SpringBoot框架搭建的WebSocket项目☆10Jun 6, 2017Updated 8 years ago
- 本系统是集工单统计、任务钩子、权限管理、灵活配置流程与模版等等于一身的开源工单系统,当然也可以称之为工作流引擎。 致力于减少跨部门之间的沟通,自动任务的执行,提升工作效率与工作质量,减少不必要的工作量与人为出错率。☆12Apr 4, 2022Updated 3 years ago
- 分表分库☆11Mar 20, 2017Updated 8 years ago
- Netty handler for receiving files over FTP☆14Oct 24, 2013Updated 12 years ago
- 设备注册中心redis实现☆11Oct 18, 2019Updated 6 years ago
- bio, nio到 netty各种使用案例, 包含基础使用案例,各api使用方法,零拷贝,websocket,群聊,私聊,编码,解码,自定义协议,protobuf等使用案例,rpc服务器,客户端等等学习☆65May 16, 2024Updated last year
- springboot整合rabbitMQ和websocket,实现消息的发布和接收,并通过websocket实时推送数据到页面☆39Jan 18, 2021Updated 5 years ago
- 阿里druid连接池剥离出来的sql解析代码☆12Jun 21, 2022Updated 3 years ago
- flink sql☆11Jun 21, 2022Updated 3 years ago
- Vue移动商城项目,练习Vue时的demo。☆10Jan 6, 2023Updated 3 years ago
- google guava examples☆11Feb 17, 2022Updated 4 years ago
- Template Engine Benchmark Test☆16May 12, 2014Updated 11 years ago
- springboot集成redis做消息队列测试demo☆13Dec 21, 2017Updated 8 years ago
- 基于Netty实现轻量级的微服务通讯网关。主要实现了安全、流控、代理、路由等功能。☆18Oct 28, 2016Updated 9 years ago
- 基于Netty实现的WebSocket聊天室,支持 几万人同时在线聊天☆616Oct 26, 2017Updated 8 years ago
- 基于Netty4开发的简单、轻量级、高性能的的Http restful api server☆82Dec 18, 2025Updated 2 months ago
- a demo project using commons-pools and commons-net to interact with ftp server☆24Dec 20, 2025Updated 2 months ago