Skip to content
lubinwang edited this page Feb 25, 2014 · 8 revisions

Welcome to the NettyRPC wiki!

Yet another RPC framework based on Netty.

Features

  • Simple, small code base, easy to learn API
  • Very fast, high performance
  • Totally non-blocking asynchronous call, synchronous call, oneway call.
  • Long lived persistent connection, reconnect to server automatically
  • High availability, load balance and failover
  • Multi thread server and multi thread client
  • Thread safe client, for an remote Object you only need to create a singleton client.
  • PHP client (unimplemented yet)
Clone this wiki locally