nsq
A client library for the NSQ messaging platform
README
A simple client library for the NSQ message platform.
See examples for a simple example that publishes and subscribes on the same topic.
Getting started
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
make
Spin up NSQD using docker:
docker run nsqio/nsq nsqd
Run the example:
_build/default/examples/example.exe
Install
- Published
-
13 May 2019
- Authors
-
- Maintainers
-
Sources
0.5.1.tar.gz
md5=ef4e29cfdbaae71baa7113e45ddd0f5d
sha512=076dfc6c2dae0c499e52820294ffff9ff6cb7337305712814fc6635b707cd45111e26ada228fbcf3036a0f6a03a1b16dbab7379ca2872fcde89436ccb3433770
Dependencies
ppx_deriving_yojson
>= "3.2"
ocaml-migrate-parsetree
< "2.0.0"
lwt
>= "3.2.0"
stdio
< "v0.15"
base
< "v0.15"
dune
>= "1.7"
ocaml
>= "4.04.0"
Reverse Dependencies