wamp2 0.1.0 copy "wamp2: ^0.1.0" to clipboard
wamp2: ^0.1.0 copied to clipboard

Dart 1 only

An implementation of the WAMP v2 (http://wamp.ws) protocol for Dart 2.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add wamp2

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

dependencies:
  wamp2: ^0.1.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:wamp2/wamp.dart';
import 'package:wamp2/wamp_client.dart';
import 'package:wamp2/wamp_server.dart';
0
likes
25
pub points
0%
popularity

Publisher

unverified uploader

An implementation of the WAMP v2 (http://wamp.ws) protocol for Dart 2.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

uuid

More

Packages that depend on wamp2