dart_nats 0.6.2 copy "dart_nats: ^0.6.2" to clipboard
dart_nats: ^0.6.2 copied to clipboard

A Dart client for the NATS messaging system. Design to use with Dart and flutter.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_nats

With Flutter:

 $ flutter pub add dart_nats

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

dependencies:
  dart_nats: ^0.6.2

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:dart_nats/dart_nats.dart';
32
likes
130
pub points
83%
popularity

Publisher

unverified uploader

A Dart client for the NATS messaging system. Design to use with Dart and flutter.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

base32, ed25519_edwards, mutex, web_socket_channel

More

Packages that depend on dart_nats