xrl / zmqhs

Pure ZeroMQ in Haskell
BSD 3-Clause "New" or "Revised" License
12 stars 2 forks source link

Is this working at all? #2

Open shmish111 opened 6 years ago

shmish111 commented 6 years ago

Hi, I want to avoid using libzmq as it means I can't create binaries with no dependencies for OSX. How far along was this project?

xrl commented 6 years ago

Hey there, I have not touched this code in a long time. It can speak part of the wire protocol. It might be a good jumping off point, if only to understand the binary framing. The library never got around to handling queue behavior, retries, etc. I would not consider this usable replacement for ZMQ.