python-protobuf.socketrpc

Python socket RPC for Google protocol buffers
  http://code.google.com/p/protobuf-socket-rpc
  0
  no reviews



Google's protocol buffer library makes writing rpc services easy, but it does not contain a rpc implementation. The transport details are left up to the user to implement.

This is a simple tcp/ip socket based rpc implementation in Python for people who want a simple implementation of their protobuf rpc services.