-
Notifications
You must be signed in to change notification settings - Fork 75
Home
lubinwang edited this page Feb 25, 2014
·
8 revisions
Welcome to the NettyRPC wiki!
Yet another RPC framework based on Netty.
- How to build
- [Simple tutorial](Simple tutorial)
- 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)