0.0.4 • Published 11 years ago

myrpc-runtime v0.0.4

Weekly downloads
1
License
BSD-2-Clause
Repository
github
Last release
11 years ago

MyRPC: RPC Framework for Distributed Computing

MyRPC is a remote procedure call framework designed to easily connect heterogeneous systems.

Short summary of MyRPC features

  • No external dependencies.
  • Cross-platform capability.
  • IDL-based client and server stub generation.
  • Binary capable (no need for escaping of binary data).
  • Single roundtrip protocol, ideal for HTTP (but no limited to).
  • Support various data types: string, binary, signed and unsigned integers, floating point, list, structure and enumeration.
  • All data types are supported on all platforms.
  • Support exceptions.
  • Correct input validation of the received messages.
  • Legacy free code (since we are new :).

Info

(This framework heavily borrows ideas from Apache Thrift, however it is redesigned & rewritten from scratch).

0.0.4

11 years ago

0.0.3

11 years ago

0.0.1

11 years ago

0.0.0

11 years ago