Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 338 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 338 Bytes

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.