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

A pure Dart client for NATS, ported from nats.go

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add natsio

With Flutter:

 $ flutter pub add natsio

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  natsio: ^0.1.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:natsio/nats.dart';
0
likes
100
points
197
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A pure Dart client for NATS, ported from nats.go

Repository (GitHub)
View/report issues

Topics

#nats #messaging #pubsub #jetstream

License

Apache-2.0 (license)

Dependencies

base32, convert, crypto, cryptography, meta, path

More

Packages that depend on natsio