connectars 1.4.0 copy "connectars: ^1.4.0" to clipboard
connectars: ^1.4.0 copied to clipboard

This package is developed to create a single executable and run it as a websocket server. This server would be only a proxy server between client and api.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add connectars

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

dependencies:
  connectars: ^1.4.0

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:connectars/connectars.dart';
1
likes
40
pub points
0%
popularity

Publisher

unverified uploader

This package is developed to create a single executable and run it as a websocket server. This server would be only a proxy server between client and api.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

Dependencies

http

More

Packages that depend on connectars