Skip to content

It's a big step for my RPC framework. Last time , i pushed a RPC framework that used socket to Listen query and JDK Proxy to proxy class. But this time, i bring a brand new RPC framework here!

Notifications You must be signed in to change notification settings

945188363/RpcFramework2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

RpcFramework2.0

It's a big step for my RPC framework. Last time , i pushed a RPC framework that used SOCKET to Listen query and JDK Proxy to proxy class. But this time, i bring a brand new RPC framework here!

The RpcFramework2.0 contains two REGISTRY---local register AND remote register.

Otherwise, i recoded two Protocols including Http(Tomcat) AND Dubbo(Netty NIO).

Also, it has a simple loadBalance algorithm.

This project still has lots of things to complete,such as SPI and Register Center,and i will continueously commit code here.

Keeping focus on!!!

About

It's a big step for my RPC framework. Last time , i pushed a RPC framework that used socket to Listen query and JDK Proxy to proxy class. But this time, i bring a brand new RPC framework here!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages