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: 24 days ago
JSON representation
A MessagePack RPC implementation in Haskell
- Host: GitHub
- URL: https://github.com/toktok/hs-msgpack-rpc-conduit
- Owner: TokTok
- License: other
- Created: 2016-09-10T16:47:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-05T07:34:35.000Z (about 2 months ago)
- Last Synced: 2025-04-30T23:57:53.356Z (24 days ago)
- Topics: msgpack, network, protocol, rpc
- Language: Haskell
- Homepage: https://toktok.ltd/
- Size: 386 KB
- Stars: 3
- Watchers: 24
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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.
-