moriyoshi / msgpack-rpc

MessagePack-RPC is an inter-process messaging library that uses MessagePack for object serialization.

Home Page:http://msgpack.sourceforge.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MessagePack-RPC

http://github.com/msgpack/msgpack-rpc

Overview

MessagePack-RPC is an inter-process messaging library that uses MessagePack for object serialization.

MessagePack enables very fast streaming serialization/deserialization, and communication between heterogeneous languages like Ruby <-> C++.

  • Asynchronous, synchronous and callback interfaces are supported.
  • Scalable event-driven architecture.

Status

Ruby

MessagePack-RPC for Ruby is available by RubyGems:

$ gem install msgpack-rpc

C++

See cpp directory.

Java

Maven2 repository is available. Please add these lines to your pom.xml.

msgpack.org MessagePack Repository for Maven http://msgpack.org/maven2/ org.msgpack msgpack-rpc 0.4.1

License

Copyright (C) 2009-2010 FURUHASHI Sadayuki

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.

See also NOTICE file.

About

MessagePack-RPC is an inter-process messaging library that uses MessagePack for object serialization.

http://msgpack.sourceforge.net/


Languages

Language:Java 31.0%Language:Ruby 19.7%Language:C 15.7%Language:C++ 13.0%Language:Erlang 10.6%Language:Python 4.1%Language:Go 2.9%Language:Haskell 1.6%Language:PHP 1.3%Language:Shell 0.2%