nats-client: Another Haskell client for NATS (https://nats.io)

[ bsd3, library, network, program ] [ Propose Tags ]

A simple client library for the NATS messaging protocol


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
fail-on-warning

Enables -Werror

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Dependencies aeson, attoparsec, base (>=4.7 && <5), bytestring, containers, data-default, exceptions, hslogger, monad-control, nats-client, network, random, resource-pool, text, transformers [details]
License BSD-3-Clause
Copyright 2017 João Neves
Author João Neves
Maintainer sevenjp@gmail.com
Category Network
Home page https://bitbucket.org/jpgneves/nats-client#readme
Source repo head: git clone https://bitbucket.com/jpgneves/nats-client
Uploaded by jpgneves at 2018-02-18T19:34:24Z
Distributions
Executables nats-client
Downloads 692 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-02-18 [all 1 reports]

Readme for nats-client-0.1.0.0

[back to package description]

nats-client

A Haskell client library for NATS.

Usage

See example for a sample client.