Skip to content

Framework for a ZeroMQ ROUTER/DEALER async server in Haskell with Php client (as used in https://aol.azienda-online.it)

Notifications You must be signed in to change notification settings

mezzomondo/aol-dispatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

ZeroMQ Haskell ROUTER server example

(with a Php DEALER client)

Cfr. Pieter Hintjens, Code Connected Volume 1, pag. 107 at the moment available for free.

The only fundamental difference is that the client has been "pulled out", due to the actual requirements of Azienda-Online.

Prerequisites

You need ZeroMQ installed (follow the instructions) and the php-zmq module enabled to run the client.

To run the server

Use Haskell Stack and...

stack server.hs

(the very firs time it'll take a while)

To run the client

php client.php

About

Framework for a ZeroMQ ROUTER/DEALER async server in Haskell with Php client (as used in https://aol.azienda-online.it)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published