rxws 1.1.2 copy "rxws: ^1.1.2" to clipboard
rxws: ^1.1.2 copied to clipboard

A lightweight, high-performance, pure Dart WebSocket client with full protocol control.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add rxws

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

dependencies:
  rxws: ^1.1.2

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

Import it

Now in your Dart code, you can use:

import 'package:rxws/rxws.dart';
1
likes
150
points
15
downloads

Documentation

API reference

Publisher

verified publisherxbzx.online

Weekly Downloads

A lightweight, high-performance, pure Dart WebSocket client with full protocol control.

Repository (GitHub)
View/report issues

Topics

#websocket #networking #realtime #reactive #connectivity

License

MIT (license)

Dependencies

crypto, flutter, web

More

Packages that depend on rxws