okws_client 0.1.0-dev.2 copy "okws_client: ^0.1.0-dev.2" to clipboard
okws_client: ^0.1.0-dev.2 copied to clipboard

A simplified WebSocket client with robust reconnection handling, supporting custom headers, ping interval, and backoff strategies.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add okws_client

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

dependencies:
  okws_client: ^0.1.0-dev.2

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:okws_client/okws_client.dart';
0
likes
0
points
26
downloads

Publisher

verified publisherpub.lwjlol.com

Weekly Downloads

A simplified WebSocket client with robust reconnection handling, supporting custom headers, ping interval, and backoff strategies.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on okws_client