|
Project Information
Members
Featured
Downloads
Links
|
DescriptionGoogle'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 java and python for people who want a simple implementation of their protobuf rpc services. See: Download/InstallationJavaThe libraries in the download section are compiled with Java 1.6, alternatively, you can download the source and use it directly. You will also need the google protobuf library (version 2.4.0) in your classpath. You can get it from http://code.google.com/p/protobuf/downloads/list PythonPython egg in download section. Or checkout source from svn: http://code.google.com/p/protobuf-socket-rpc/source/browse/#svn/trunk/python UsageFor a service MyService with a method MyMethod that takes in a MyRequest protobuf message and returns a MyResponse protobuf message. JavaSee JavaUsage PythonSee PythonUsage ReleasesSee ReleaseNotes Please join the discussion group to be notified of new releases. Bugs/Issues/EnhancementsIf you find any issues/bugs or would like to suggest a new feature/enhancement, please create create a new issue. http://code.google.com/p/protobuf-socket-rpc/issues/list Have questions or want to contribute to this project?Please post a message on the discussion group, http://groups.google.com/group/protobuf-socket-rpc |