Skip to content

Commit

Permalink
add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
frsyuki committed Mar 19, 2010
1 parent 0b27b34 commit 3a6888d
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 1 deletion.
4 changes: 4 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
MessagePack is developed by FURUHASHI Sadayuki, licensed under Apache License,
Version 2.0. The original software and related information is available at
http://msgpack.sourceforge.net/.

39 changes: 39 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
MessagePack-RPC
===============

## Overview

MessagePack-RPC is an inter-process messaging library that uses [MessagePack](http://msgpack.sourceforge.net/) 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.
- Deflate compression is supported.


## Status

Currently, MessagePack-RPC supports only Ruby. MessagePack-RPC for Ruby is available by RubyGems:

$ gem install msgpack-rpc


## 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.

6 changes: 5 additions & 1 deletion ruby/NOTICE
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
MessagePack-RPC for Ruby is developed by FURUHASHI Sadayuki, licensed under
Apache License, Version 2.0. The original software and related information
is available at http://msgpack.sourceforge.net/.

MessagePack is developed by FURUHASHI Sadayuki, licensed under Apache License,
Version 2.0. The original software and related information is available at
http://msgpack.sourceforge.jp/.
http://msgpack.sourceforge.net/.

0 comments on commit 3a6888d

Please sign in to comment.