package nsq

  1. Overview
  2. Docs
A client library for the NSQ messaging platform

Install

Dune Dependency

Authors

Maintainers

Sources

0.5.2.tar.gz
md5=bf4fccee9d88bdd3fa6f0a3e7915cf2a
sha512=648e0b4549436782eedaef40795ad0d94f81d2a41875d1b74262d2b7501f72864e48d7682a92169b13cbb70f2b5260857e464c0ed49bc0621ab3ddddee67c4ec

Description

Published: 31 Oct 2020

README

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 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

Dev Dependencies

None

Used by

None

Conflicts

None