transport 1.0.3 copy "transport: ^1.0.3" to clipboard
transport: ^1.0.3 copied to clipboard

outdated

A starting point for Dart libraries or applications.

example/transport_example.dart

import '../lib/src/console_log_interface.dart';
import '../lib/src/proxy/proxy_server.dart';
import 'package:pedantic/pedantic.dart';

void main() async {
  final server = TransportProxyServer(
      localPort: 10000,
      allowCache: false,
      remotePort: 5037
  );
  server.logInterface = ConsoleLogInterface();
  unawaited(server.startServer());
}
0
likes
0
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

A starting point for Dart libraries or applications.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

console_cmd

More

Packages that depend on transport