Skip to content

OCaml client library for the NSQ messaging platform

License

Notifications You must be signed in to change notification settings

ryanslade/nsq-ocaml

Repository files navigation

NSQ Client Library in OCaml

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 base lwt integers cohttp-lwt-unix
make

Spin up NSQD using docker:

docker run nsqio/nsq nsqd

Run the example:

_build/default/examples/example.exe

About

OCaml client library for the NSQ messaging platform

Resources

License

Stars

Watchers

Forks

Packages

No packages published