A simple client library for the NSQ message platform.
See examples for a simple example that publishes and subscribes on the same topic.
To compile the example program:
NOTE: You will need to change the IP address to that of the docker host in example.ml
opam install containers lwt ocplib-endian integers cohttp-lwt-unix
makeSpin up NSQD using docker:
docker run nsqio/nsq nsqdRun the example:
_build/default/examples/example.exe