issues
search
hongyuanw
/
mage
🍺 Yet another service framework written in Java
Apache License 2.0
3
stars
0
forks
source link
RPC Protocol
#10
Open
hongyuanw
opened
7 years ago
hongyuanw
commented
7 years ago
Some rpc protocols can be chosen
rmi to support firstly
injvm
http
thrift
hongyuanw
commented
7 years ago
[x] Support RMI protocol firstly
rmi-demo
[ ] Support Thrift protocol
thrift-demo
Maybe we should design a perfect RPC protocol layer, which is separated from all other concrete RPC protocols. It is a difficult but challengeable work.
hongyuanw
commented
7 years ago
Protocol
Exporter
Invoker
Some rpc protocols can be chosen