socketire 0.0.9 copy "socketire: ^0.0.9" to clipboard
socketire: ^0.0.9 copied to clipboard

outdatedDart 1 only

A simple collection of client and server side websocket wrapper

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add socketire

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

dependencies:
  socketire: ^0.0.9

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:socketire/client.dart';
import 'package:socketire/postmessage.dart';
import 'package:socketire/server.dart';
0
likes
0
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

A simple collection of client and server side websocket wrapper

Repository
View/report issues

License

unknown (license)

Dependencies

browser, ds, guardedfs, hub, path, streamable

More

Packages that depend on socketire