A simple client library for the NSQ message platform, built on Eio.
See examples/ for a simple program that publishes and subscribes on the same topic.
Install dependencies and build:
opam install . --deps-only --with-test
make
Spin up NSQ using docker compose:
docker compose up -d
Run the example:
_build/default/examples/example.exe