一个超轻量级的RPC服务注册, 发现, 调用的框架. 使用Spring Boot管理Bean以及自动配置, 使用Netty处理网络请求, 使用ProtoStuff编解码, 使用Zookeeper作为服务注册和发现. 使用Quasar替代线程进行服务的调用.
☆62Jul 7, 2017Updated 8 years ago
Alternatives and similar repositories for little_rpc
Users that are interested in little_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:
- 抛弃tomcat, 拥抱vert.x☆16Oct 22, 2025Updated 7 months ago
- idcenter(分布式ID生成中心):极高效的分布式id生成系统,每个客户端获取id的tps可达到400万+,服务端可支持海量的客户端。具备高容错性,即使网络不稳定也能运转(只要不连续长时间断网)。使用http协议进行通信,可支持多语言。具备完整的管理员登录、权限校验。部…☆33Apr 19, 2023Updated 3 years ago
- SpringBoot项目。 主要是Netty与RabbitMq,包含服务与客户端,编码与解码器;定义了两个线程池一个用于netty,一个用于异步写日志。使用了自定义注解获取相应的handler。同时包含mysql、mongo、redis☆17Jan 28, 2019Updated 7 years ago
- sb-framework for game server☆13Jun 4, 2016Updated 9 years ago
- 分布式、高可用的延迟调度系统、可以配合消息队列实现延迟任务队列☆12Dec 5, 2023Updated 2 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.
- 这是一个在netty4框架下实现的cmpp3.0/cmpp2.0短信协议解析及网关端口管理框架,支持长短信合并和拆分,也支持wap短信。跟中兴,华为,东软的网关都做过联调。☆15Oct 23, 2017Updated 8 years ago
- 分表分库☆11Mar 20, 2017Updated 9 years ago
- rpc框架(使用thrift与zookeeper整合,其中参考过Dubbo、nifty、fan等GitHub开源项目)☆13Jul 22, 2016Updated 9 years ago
- 通过实现自己 RPC 的方式,学习对比 Dubbo、SOFARPC、Motan、ServiceComb 。☆38Jul 1, 2018Updated 7 years ago
- 持续构建ci全流程(jenkins+git+maven+docker+sonar+gatling)☆30Oct 3, 2019Updated 6 years ago
- 📣一个简单易用可对象操作基于Spring JdbcTemplate可替代MyBatis、Hibernate的JDBC ORM工具包☆11Feb 28, 2018Updated 8 years ago
- ☆12Jun 18, 2018Updated 7 years ago
- Guice reactor-netty Components☆36Nov 16, 2022Updated 3 years ago
- Springboot-Netty-Protostuff-ZooKeeper-asyn 同步链接 异步发送消息阻塞等待返回☆24Aug 9, 2017Updated 8 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.
- Spring + Netty + Protostuff + ZooKeeper 实现了一个轻量级 RPC 框架,使用 Spring 提供依赖注入与参数配置,使用 Netty 实现 NIO 方式的数据传输,使用 Protostuff 实现对象序列化,使用 ZooKeeper …☆234Sep 2, 2023Updated 2 years ago
- 轻量级,高性能,少依赖,低级封装的服务器开发工具和项目搭建模板,可以开发游戏服务器和小型中间件等☆14Nov 6, 2018Updated 7 years ago
- 变强之路先从一个自研RPC开始吧~☆14Jun 17, 2022Updated 3 years ago
- Scalable HTTP health-checker for Hipache: https://github.com/dotcloud/hipache☆85Sep 11, 2014Updated 11 years ago
- Some exercises and mini projects like miniFtpd about unix network programming☆20Nov 21, 2017Updated 8 years ago
- mycloud-demo 1.基于RocketMQ事务机制的微服务数据最终一致性 2. 基于可靠消息子系统的微服务数据最终一致性 3.可靠消息子系统基于Spring Cloud Stream、RabbitMQ☆10Jul 12, 2025Updated 10 months ago
- 代码备忘录, 包含mybatis、spring、spring-boot、hbase、hive、guava、jdk等示例代码☆19Nov 16, 2022Updated 3 years ago
- 网络编程培训的几道题目☆23Dec 18, 2015Updated 10 years ago
- Tutorial about creating of RESTful services with Vert.x using Java. Full article you can find in our engineering blog: https://medium.com…