adonis_websok 1.0.3 copy "adonis_websok: ^1.0.3" to clipboard
adonis_websok: ^1.0.3 copied to clipboard

Adonis (adonisjs) high level web sockets. Implements the websocket protocol specified by adonisjs.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add adonis_websok

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

dependencies:
  adonis_websok: ^1.0.3

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:adonis_websok/adonis_websok.dart';
8
likes
40
pub points
15%
popularity

Publisher

verified publishererik.cat

Adonis (adonisjs) high level web sockets. Implements the websocket protocol specified by adonisjs.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation

License

MIT (LICENSE)

Dependencies

meta, websok

More

Packages that depend on adonis_websok