socketful 0.0.5 copy "socketful: ^0.0.5" to clipboard
socketful: ^0.0.5 copied to clipboard

Dart 1 only

extendable websocket api for both client and server

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add socketful

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

dependencies:
  socketful: ^0.0.5

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:socketful/client.dart';
import 'package:socketful/server.dart';
0
likes
25
points
9
downloads

Publisher

unverified uploader

Weekly Downloads

extendable websocket api for both client and server

Homepage

License

MIT (license)

Dependencies

browser, dispatch, hub, streamable

More

Packages that depend on socketful