nats_protocol 0.4.0 copy "nats_protocol: ^0.4.0" to clipboard
nats_protocol: ^0.4.0 copied to clipboard

A Dart-lang implementation of NATS Client

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add nats_protocol

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

dependencies:
  nats_protocol: ^0.4.0

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

Import it

Now in your Dart code, you can use:

import 'package:nats_protocol/client_base.dart';
import 'package:nats_protocol/parser.dart';
0
likes
25
pub points
0%
popularity

Publisher

unverified uploader

A Dart-lang implementation of NATS Client

Homepage

Documentation

Documentation

License

MIT (LICENSE)

Dependencies

nuid

More

Packages that depend on nats_protocol