参加阿里巴巴中间件比赛时的rpc项目源码,高性能RPC框架
☆253Nov 12, 2015Updated 10 years ago
Alternatives and similar repositories for rpc
Users that are interested in rpc are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 参加阿里巴巴中间件比赛时的mom项目源码☆22Nov 12, 2015Updated 10 years ago
- A simple RPC framework based on Netty, ZooKeeper and Spring☆2,445Oct 18, 2024Updated last year
- 使用java nio,oio,aio等原生态io和线程池,实现的分布式跨语言服务化框架☆199Apr 15, 2018Updated 7 years ago
- NettyRPC is high performance java rpc server base on Netty,using kryo,hessian,protostuff support message serialization.☆1,290Feb 2, 2018Updated 8 years ago
- 第三届阿里中间件性能挑战赛, 赛后整理☆17Oct 10, 2018Updated 7 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.
- 2016年阿里中间件性能挑战赛亚军,含答辩PPT☆68Oct 12, 2020Updated 5 years ago
- Spring + Netty + Protostuff + ZooKeeper 实现了一个轻量级 RPC 框架,使用 Spring 提供依赖注入与参数配置,使用 Netty 实现 NIO 方式的数据传输,使用 Protostuff 实现对象序列化,使用 ZooKeeper …☆234Sep 2, 2023Updated 2 years ago
- 2016年阿里中间件性能挑战赛复赛☆91Apr 13, 2017Updated 8 years ago
- A RPC service development framework.(RPC服务框架XXL-RPC)☆665Jan 2, 2026Updated 2 months ago
- Java分布式RPC服务框架教程,包括 Dubbo/Dubbox, Motan, gRPC.☆112Mar 17, 2021Updated 5 years ago
- Smart RPC framework☆89Nov 24, 2017Updated 8 years ago
- Jupiter是一款性能非常不错的, 轻量级的分布式服务框架☆1,508Jun 20, 2023Updated 2 years ago
- 基于netty轻量的高性能分布式RPC服务框架☆429Aug 2, 2017Updated 8 years ago
- 阿里中间件搬砖头比赛异步请求版☆67Jun 7, 2021Updated 4 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting with the flexibility to host WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Cloudways by DigitalOcean.
- Excavator(挖掘机)是一个分布式的Java RMI框架。(求项目使用,有兴趣的可以电邮oldmanpushcart@gmail.com)☆52Jun 29, 2022Updated 3 years ago
- A custom RPC framework implemented by Netty+Kyro+Zookeeper.(一款基于 Netty+Kyro+Zookeeper 实现的自定义 RPC 框架-附详细实现过程和相关教程。)☆4,395Sep 30, 2025Updated 5 months ago
- ☆40Jan 21, 2015Updated 11 years ago
- 阿里巴巴中间件大赛第二赛季代码(最终排名13,比赛结束之后跑出了31.5w的query数量)☆30Aug 12, 2016Updated 9 years ago
- 阿里巴巴第三届中间件性能挑战赛初赛程序——进程内消息引擎☆11Jul 9, 2017Updated 8 years ago
- SOFARPC is a high-performance, high-extensibility, production-level Java RPC framework.☆3,922Mar 19, 2026Updated last week
- Protobuf RPC是一种基于TCP协议的二进制RPC通信协议的Java实现☆536Feb 20, 2024Updated 2 years ago
- Java多线程编程实战指南(核心篇)Maven版☆15Aug 23, 2017Updated 8 years ago
- Quartz 的Cron任务调度表达式一般人很难理解,在Googole上查询也没有发现类似的代码,所以开发了一个对Quartz Cron 表达式的可视化双向解析和生成的一个java的GUI程序,供使用Quartz的程序员参考和使用.☆12Sep 17, 2014Updated 11 years ago
- DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- Consistent Hashing based Key-Value Memory Storage☆18Jul 18, 2018Updated 7 years ago
- A MVP implementation of distributed query engine cut from datafusion-ballista codebase for learning purpose.☆12Jan 10, 2025Updated last year
- 演示Arthas排查Dubbo问题的Demo☆89Jul 12, 2025Updated 8 months ago
- 阿里中间件比赛系列代码,包括:第二届初复赛、第三届初复赛。☆16Jan 28, 2018Updated 8 years ago
- activemq activemq-springboot demo☆12Dec 24, 2016Updated 9 years ago
- (用于学习)实现一个简单的消息队列。☆32Nov 16, 2022Updated 3 years ago
- 轻量级java消息中间件☆54Aug 16, 2016Updated 9 years ago
- 在大型游戏中经常使用分布式,分布式中因为游戏逻辑会经常游戏事务,借助redis特性我们可以实现分布式锁和分布式事务。很多redis集群不支持redis的事务特性。 这个框架用来解决分布式服务器下redis集群事务失效的情况下,基于分布式锁完成分布式事务。支持独占锁 ,共享锁,…☆159Apr 17, 2023Updated 2 years ago
- java远程调用框架☆61Sep 11, 2018Updated 7 years ago
- NordVPN Threat Protection Pro™ • AdTake your cybersecurity to the next level. Block phishing, malware, trackers, and ads. Lightweight app that works with all browsers.
- 2015 ali中间件比赛项目,1. 通信模块: 涉及到了消息架构设计,每一个主题分配1-2个队列,这个是可以横向增加,考虑到了一个主题有多个消费者订阅,而且还有过滤条件,为了负载均衡,对应的队列投递消息是根据随机数对队列数取膜完成的。以上是内存队列。 2. 持久化系统:因…☆86Apr 5, 2018Updated 7 years ago
- 使用一致性哈希consistent-hashing来实现分布式redis,基于spring使用的缓存工具☆14Aug 3, 2017Updated 8 years ago
- 支付订单系统分表分库高并发实现☆13Mar 31, 2022Updated 3 years ago
- JAVA RPC框架,基于netty,kryo,zookeeper 和 spring实现,可无缝接入Spring,客户端和服务器端均采用异步处理,实现20000+TPS。负载均衡策略为轮询。☆15May 25, 2017Updated 8 years ago
- rapids团队 (https://github.com/WANG-lp and https://github.com/CheYulin ),香港科技大学,2017年,第三届阿里中间件性能挑战赛复赛代码/答辩ppt/比赛攻略文档(第6名,最终答辩成绩:季军)☆51Jul 19, 2017Updated 8 years ago
- rocketmq源码阅读记录,添加中文注释☆31Oct 5, 2022Updated 3 years ago
- AvatarMQ is a distributed message queue system based on Netty (Java-NIO framework).☆204Sep 21, 2016Updated 9 years ago