Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/toktok/hs-msgpack-rpc-conduit
- Owner: TokTok
- License: other
- Created: 2016-09-10T16:47:00.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T00:27:37.000Z (11 days ago)
- Last Synced: 2024-11-07T00:36:33.084Z (11 days ago)
- Topics: msgpack, network, protocol, rpc
- Language: Haskell
- Homepage: https://toktok.ltd/
- Size: 383 KB
- Stars: 3
- Watchers: 25
- 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.
-