yeyincai's Stars
CodisLabs/nedis
An event-driven, asynchronous redis client based on netty
apolloconfig/apollo
Apollo is a reliable configuration management system suitable for microservice configuration management scenarios.
hprose/hprose
HPROSE is short for High Performance Remote Object Service Engine. It's a serialize and RPC library, the serialize library of hprose is faster, smaller and more powerful than msgpack, the RPC library is faster, easier and more powerful than thrift.
yeyincai/flashRPC
基于HTTP/2协议、netty传输、protostuff序列化的高性能rpc框架
tang-jie/NettyRPC
NettyRPC is high performance java rpc server base on Netty,using kryo,hessian,protostuff support message serialization.
luxiaoxun/Code4Java
Repository for my java projects.
waylau/netty-4-user-guide-demos
Netty demos. (Netty 案例大全)
line/armeria
Your go-to microservice framework for any situation, from the creator of Netty et al. You can build any type of microservice leveraging your favorite technologies, including gRPC, Thrift, Kotlin, Retrofit, Reactive Streams, Spring Boot and Dropwizard.
LMAX-Exchange/disruptor
High Performance Inter-Thread Messaging Library
yeyincai/Jupiter
Jupiter 是一个分布式服务框架
vipshop/Saturn
The vip.com's distributed job scheduling platform.
VitZhou/learning-jmh
jmh学习笔记
apache/dubbo
The java implementation of Apache Dubbo. An RPC and microservice framework.
weibocom/motan
A cross-language remote procedure call(RPC) framework for rapid development of high performance distributed services.
showdownjs/showdown
A bidirectional Markdown to HTML to Markdown converter written in Javascript
liuhaimingcn/spring-boot-start-shell
用来启动 停止 spring-boot应用的脚本
etcd-io/jetcd
etcd java client
yeyincai/grpc-demo
introduces using grpc about encryption、stream、oneof、interceptor、loadbalance demo