Popularity
8.5
Declining
Activity
6.1
-
3
25
9

Monthly Downloads: 4
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Data     Msgpack    
Latest version: v0.0.6

msgpack-rpc-conduit alternatives and similar packages

Based on the "msgpack" category.
Alternatively, view msgpack-rpc-conduit alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of msgpack-rpc-conduit or a related project?

Add another 'msgpack' Package

README

MessagePack for Haskell

This is an implementation of msgpack for Haskell.

It containes:

  • Serializer/Deserializer
  • RPC

Install

Execute following instructions:

$ cabal update
$ cabal install data-msgpack
$ cabal install network-msgpack-rpc

Document

There are Haddoc documents on Hackage Database.