Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 327 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 327 Bytes

rayrpc

very simple rpc project with spring

please checkout master branch

  • rpc-provider: the provider with netty server, run RpcProviderApplication to start
  • rpc-consumer: the consumer with netty client, run RpcConsumerApplication to start, then access http://localhost:8080/hello?name=world with chrome
  • rpc-core: core