[Haskell-cafe] Message passing library

Andrew Gibiansky andrew.gibiansky at gmail.com
Mon Jul 20 16:26:32 UTC 2015


Have you considered ZMQ? It's quite standard, well supported across
languages and platforms, and has great bindings in many languages,
including Haskell, and also has a great online "book". I have used it
successfully with IHaskell. It does have C library requirements, though.

Andrew

On Mon, Jul 20, 2015 at 9:22 AM, Corentin Dupont <corentin.dupont at gmail.com>
wrote:

> Hello,
> what would you recommend as a message passing library?
> Essentially, I would to replace this library
> http://hackage.haskell.org/package/eprocess
> by something more mainstream.
> It is used in Hint-server: http://hackage.haskell.org/package/hint-server
>
> Thanks!
> Corentin
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20150720/08907146/attachment.html>


More information about the Haskell-Cafe mailing list