bio, nio到 netty各种使用案例, 包含基础使用案例,各api使用方法,零拷贝,websocket,群聊,私聊,编码,解码,自定义协议,protobuf等使用案例,rpc服务器,客户端等等学习
☆65May 16, 2024Updated 2 years ago
Alternatives and similar repositories for netty-learning
Users that are interested in netty-learning are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 微信支付sdk,支持自动加签,验签,自动重试,普通pojo传参,一行代码即可下单☆12Oct 13, 2020Updated 5 years ago
- 包含Java中API的很多案例,Spring、SpringBoot、SpringCloud框架、Dubbo、Netty 服务端与客户端开发案例,,以及众多中间件Clint API的使用(感谢咕泡学院)☆11Mar 8, 2023Updated 3 years ago
- ☆12Jun 21, 2022Updated 3 years ago
- Netty从入门到实战,深入Netty底层原理,结合实战,打造百万级连接的IM通讯软件。☆15Jun 12, 2022Updated 3 years ago
- 工具类合集☆14Jul 2, 2025Updated 10 months 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.
- ☆15Mar 22, 2021Updated 5 years ago
- springboot工程整合mybatis拦截器的按月分表功能☆12Oct 8, 2019Updated 6 years ago
- 一款适配Spring Boot,网络层基于Netty的分布式NIO的java服务框架(游戏服务器框架)。底层采用类似dubbo的面向接口的RPC协议,支持tcp、kcp和websocket,可快速开发出一个易维护、易扩展且稳定高的分布式服务,让开发者专注于业务功能的开发。☆56Feb 19, 2022Updated 4 years ago
- 具备完整聊天室实现的提交☆17Dec 29, 2022Updated 3 years ago
- spring redis框架过期时间注解支持☆10Oct 17, 2018Updated 7 years ago
- 干净的springboot-netty,google protocol buffer,根目录下我给你放了一本《Netty实战(精髓)》,test下关于同步回调和异步回调、JUC和NIO(RPC我也加进来了)的一些讲解的方法代码☆137May 21, 2019Updated 7 years ago
- Java8、JUC、函数式编程、lambda、Stream流、常用类、代码示例☆15Jun 21, 2022Updated 3 years ago
- node.js博客系统☆10May 5, 2015Updated 11 years ago
- springboot项目使用脚手架,集成redis、mysql、pg,hbase、elasticsearch、kafka等常用组件功能☆20Jun 20, 2022Updated 3 years ago
- Serverless GPU API endpoints on Runpod - Get Bonus Credits • AdSkip the infrastructure headaches. Auto-scaling, pay-as-you-go, no-ops approach lets you focus on innovating your application.
- The website of TensorFlow Docs-zh☆12Jan 24, 2019Updated 7 years ago
- Dubbo+SpringBoot高并发技术架构☆35Mar 31, 2023Updated 3 years ago
- 基于Netty4开发的简单、轻量级、高性能的的Http restful api server☆83May 6, 2026Updated 2 weeks ago
- OpenTracing instrumentation for Apache Thrift☆10Mar 15, 2024Updated 2 years ago
- 虎牙直播平台,接收和发送弹幕协议,送礼协议☆22Mar 30, 2021Updated 5 years ago
- 野火imSDK的uniapp原生插件☆11Apr 5, 2021Updated 5 years ago
- sharding jdbc 基于java代码的配置demo☆11Jun 21, 2022Updated 3 years ago
- 基于janus-gateway实现的流媒体服务器。☆11May 15, 2024Updated 2 years ago
- springboot rabbitmq 实现延迟队列消费(订单定时过期处理)☆18Aug 19, 2018Updated 7 years ago
- End-to-end encrypted email - Proton Mail • AdSpecial offer: 40% Off Yearly / 80% Off First Month. All Proton services are open source and independently audited for security.
- qt图形界面编程入门☆16Dec 18, 2019Updated 6 years ago
- ☆11Oct 4, 2022Updated 3 years ago
- 集成第三方登录功能(新浪微博,腾讯QQ,微信,公众号登录)☆24Mar 23, 2017Updated 9 years ago
- rocketmq源码注释☆22Mar 11, 2024Updated 2 years ago
- coap编解码器☆11Oct 18, 2024Updated last year
- Java Socket网络编程实战。主要介绍Socket服务端、客户端的写法,与Socket相关的I/O操作,Socket多线程的一般设计原则,Socket传输一般序列化对象、压缩序列化对象、加密序列化对象等。通过实际的例子展示Socket在网络通信中如何工作。☆21Mar 22, 2018Updated 8 years ago
- 电商b2b2c spring cloud版本☆15Mar 18, 2018Updated 8 years ago
- rabbitmq示例代码,包括纯java运行和与spring结合运行。☆13Nov 10, 2016Updated 9 years ago
- 纯java的视频推流,支持H264 摄像头和MP4文件推流,适用于android和java环境☆21Jun 14, 2021Updated 4 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.
- Netty 4 的一些技术栈示例代码。主要包括入门的demo,心跳机制,粘包拆包,Http服务器实现,NettyClient 重连机制,Netty模仿dubbo实现RPC,Netty搭建自己的redis服务器。☆40Jan 18, 2019Updated 7 years ago
- golang自定义协议解决tcp粘包、拆包问题☆14Jan 28, 2022Updated 4 years ago
- 用以快速构建企业级应用项目的SpringBoot业务级框架☆12Jun 21, 2022Updated 3 years ago
- 后端技术文章精选☆16Mar 24, 2021Updated 5 years ago
- A template for your project structure, including a sample README file☆25May 3, 2021Updated 5 years ago
- netty实现的轻量级rpc框架☆20Dec 16, 2022Updated 3 years ago
- 《Java网络编程进阶》一书的源码及ppt☆23May 6, 2021Updated 5 years ago