Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/toktok/hs-msgpack-rpc-conduit

A MessagePack RPC implementation in Haskell
https://github.com/toktok/hs-msgpack-rpc-conduit

msgpack network protocol rpc

Last synced: about 2 hours ago
JSON representation

A MessagePack RPC implementation in Haskell

Awesome Lists containing this project

README

        

# 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.

-