Skip to content

bon96/jtrpc-netty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An experimental typesafe RPC library built using netty and cglib

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages