async_nats 0.1.1 copy "async_nats: ^0.1.1" to clipboard
async_nats: ^0.1.1 copied to clipboard

A pure Dart implementation of the NATS messaging protocol client.

Change Log #

0.1.0 - 2026-05-30 #

Added #

  • Pure Dart — no native bindings, no external dependencies
  • Publish/subscribe with optional reply-to subjects
  • NATS headers (HPUB / HMSG)
  • Queue groups
  • Username/password and token authentication
  • Stream-based subscriptions (Subscriber extends Stream<Message>)
  • Connected/disconnected lifecycle callbacks

Change/Deprecated/Removed/Fixed/Security #

  • N/A

0.1.1 - 2026-05-30 #

Change #

  • Fix links to GitHub repo and README content
1
likes
160
points
39
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A pure Dart implementation of the NATS messaging protocol client.

Repository (GitHub)
View/report issues

Topics

#messaging #nats #dart

License

MIT (license)

More

Packages that depend on async_nats