项目作者: bon96

项目描述 :
An experimental typesafe RPC library built using netty and cglib
高级语言: Java
项目地址: git://github.com/bon96/jtrpc-netty.git
创建时间: 2019-05-04T20:23:14Z
项目社区:https://github.com/bon96/jtrpc-netty

开源协议:

下载


jtrpc-netty

An experimental typesafe RPC library built using netty and cglib

jtrpc generates proxy objects from either interfaces or classes for remote invocation of matching registered methods on server, enabling extremely simple client-server communication in just a couple lines of code.

check tests for an example.

Cleaning is required, some critical bugs still exist and some functionality is unfinished / partly implemented.