matssocket 0.19.0+2022-11-11 copy "matssocket: ^0.19.0+2022-11-11" to clipboard
matssocket: ^0.19.0+2022-11-11 copied to clipboard

MatsSocket client library employing WebSockets to bridge the asynchronous message based nature of server-side Mats^3 out to end user client applications

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add matssocket

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

dependencies:
  matssocket: ^0.19.0+2022-11-11

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:matssocket/matssocket.dart';
1
likes
20
pub points
4%
popularity

Publisher

verified publishermats3.io

MatsSocket client library employing WebSockets to bridge the asynchronous message based nature of server-side Mats^3 out to end user client applications

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

logging

More

Packages that depend on matssocket