Popularity
8.4
Declining
Activity
3.8
Declining
3
24
8

Monthly Downloads: 1
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.