Skip to content

TokTok/hs-msgpack-rpc-conduit

Repository files navigation

MessagePack for Haskell

This is an implementation of a msgpack RPC protocol for Haskell. It uses conduit to establish TCP connections and send messages over this connection. Both client and server are provided.

Document

There are Haddock documents on Hackage Database.