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.
There are Haddock documents on Hackage Database.