源码解析中文地址:http://www.iocoder.cn/Netty/Netty-collection?github
☆138Jun 28, 2019Updated 6 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:
- Hystrix is a latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries…☆34Feb 9, 2019Updated 7 years ago
- 源码解析中文地址:http://www.iocoder.cn/MyBatis/good-collection?github☆38Feb 9, 2019Updated 7 years ago
- Elastic-Job is a distributed scheduled job framework, based on Quartz and Zookeeper.源码解析文章:http://www.iocoder.cn/categories/Elastic-Job-L…☆97Feb 9, 2019Updated 7 years ago
- A JDBC driver for shard databases and tables。源码解析文章:http://www.iocoder.cn/categories/Sharding-JDBC/?github☆110Feb 9, 2019Updated 7 years ago
- Spring Boot Project for Apache Dubbo (Incubating)☆12Feb 13, 2019Updated 7 years ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click and start building anything your business needs.
- 带中文代码注释 forked from MyCATApache/Mycat-Server 。源码解析文章:http://www.iocoder.cn/categories/MyCAT/?github☆90Feb 9, 2019Updated 7 years ago
- Dubbo is a high-performance, java based, open source RPC framework 源码解析:http://www.iocoder.cn/Dubbo/good-collection/?github☆448Feb 14, 2019Updated 7 years ago
- Apache RocketMQ Spring Integration 。源码解析 http://www.iocoder.cn/categories/RocketMQ/?github☆22Feb 12, 2019Updated 7 years ago
- tcc-transaction是TCC型事务java实现。带中文注释。源码解析:http://www.iocoder.cn/categories/TCC-Transaction/?github☆134Feb 9, 2019Updated 7 years ago
- 带中文代码注释 Mirror of Apache RocketMQ 源码解析:http://www.iocoder.cn/categories/RocketMQ/?github☆371Feb 21, 2023Updated 3 years ago
- Apollo(阿波罗)是携程框架部门研发的分布式配置中心,能够集中化管理应用不同环境、不同集群的配置,配置修改后能够实时推送到应用端,并且具备规范的权限、流程治理等特性,适用于微服务配置管理场景。源码解析文章:http://www.iocoder.cn/categories…☆52Feb 9, 2019Updated 7 years ago
- MyBatis SQL mapper framework for Java☆81Feb 9, 2019Updated 7 years ago
- Mybatis通用分页插件☆10Nov 11, 2018Updated 7 years ago
- Spring Cloud Alibaba provides a one-stop solution for application development for the distributed solutions of Alibaba middleware.☆25Feb 19, 2019Updated 7 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- A Gateway built on Spring Framework 5.0 and Spring Boot 2.0 providing routing and more. 源码解析文章:http://www.iocoder.cn/categories/Spring-Cl…☆41Feb 9, 2019Updated 7 years ago
- Dockerfile镜像编写☆14Jan 11, 2017Updated 9 years ago
- 源码解析文章:http://www.iocoder.cn/categories/SkyWalking/?github☆103Oct 17, 2019Updated 6 years ago
- 极客小册☆34Jan 14, 2019Updated 7 years ago
- Eureka 中文注释 + 源码解析。传送门:http://www.iocoder.cn/categories/Eureka/?github☆201Feb 9, 2019Updated 7 years ago
- 分表分库☆11Mar 20, 2017Updated 9 years ago
- 基于 jdk11 的源码注释仓库☆159Oct 13, 2020Updated 5 years ago
- Spring Framework☆207May 18, 2022Updated 3 years ago
- 😈非本人实现。来自阿里的RocketMQ3.5.8版本,增加了对事务消息的完整支持。☆13May 12, 2017Updated 8 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.
- 后端架构师技术图谱☆54Sep 4, 2018Updated 7 years ago
- Spring Boot☆96Jan 30, 2024Updated 2 years ago
- 一个完整的麻将软件(h5 + app)☆10Mar 30, 2017Updated 8 years ago
- 通过实现自己 RPC 的方式,学习对比 Dubbo、SOFARPC、Motan、ServiceComb 。☆38Jul 1, 2018Updated 7 years ago
- 这是一个 Nginx 极简教程,目的在于帮助新手快速入门 Nginx。☆25Jan 29, 2019Updated 7 years ago
- Fastpay的目标是打造一款开源的、轻量级的、微服务化的、可公私有云部署的、可定制化的集成聚合支付和资金清结算于一体的统一支付系统,满足互联网企业业务系统的收款和资金处理等需求。☆51Feb 15, 2018Updated 8 years ago
- ☆29Dec 25, 2018Updated 7 years ago
- 学习资料、学习笔记、学习思维导图☆13Apr 28, 2018Updated 7 years ago
- ☆24Dec 16, 2022Updated 3 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- 每周一篇,内容精简,不咸不淡,期盼探讨。微信公众号:芋道源码【纯源码分享公众号】☆2,656May 20, 2025Updated 10 months ago
- Java设计模式实现与总结☆17Apr 25, 2017Updated 8 years ago
- Netty project - an event-driven asynchronous network application framework☆42Dec 16, 2017Updated 8 years ago
- RPC是一种远程调用的通信协议,例如dubbo、thrift等,我们在互联网高并发应用开发时候都会使用到类似的服务。 本专题主要通过三个章节简单的实现rpc基础功能,来深入学习rpc是如何交互通信的; 手写类似dubbo的rpc框架第一章《自定义配置xml》 手写类似…☆66Dec 16, 2022Updated 3 years ago
- 厮大牛逼☆63Nov 14, 2025Updated 4 months ago
- 简单限流算法实现☆23May 19, 2019Updated 6 years ago
- A series of integration tests for Xuggle's Xuggler Jar☆21Apr 19, 2012Updated 13 years ago