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.

example/main.dart

import 'package:connectars/config.dart';
import 'package:connectars/connectars.dart' as connectars;

void main(List<String> arguments) {
  connectars.run(ConfigCustom());
}

class ConfigCustom extends Config {
  @override
  final String SOCKET_LOG_PATH = '/var/log/some-project';
}
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