Skip to content

methane/msgpack-rpc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.sourceforge.net MessagePack Repository for Maven http://msgpack.sourceforge.net/maven2/ org.msgpack msgpack-rpc 0.3.0

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.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 24.7%
  • Ruby 23.8%
  • C 15.0%
  • Erlang 13.8%
  • C++ 12.6%
  • Python 6.4%
  • Other 3.7%