From 0e7b1ddb53eab79009ac982189ac3589ce1701ac Mon Sep 17 00:00:00 2001 From: Viet-Trung Luu Date: Tue, 24 Mar 2015 13:49:13 -0700 Subject: [PATCH] A crappy "netcat"-type example (in Dart). It's especially crappy since it doesn't actually do much/any error handling. Use: $ sky/tools/skydb start out/Debug \ 'sky/examples/terminal/index.sky?url=mojo:netcat?host=localhost%26port=80' (Note: We don't have a resolver yet, so the host either has to be "localhost" or an IPv4 address in the form N1.N2.N3.N4.) R=erg@chromium.org Review URL: https://codereview.chromium.org/1032743002 --- .../flutter/examples/terminal/terminal.sky | 74 +++++++++++++++---- 1 file changed, 59 insertions(+), 15 deletions(-) diff --git a/engine/src/flutter/examples/terminal/terminal.sky b/engine/src/flutter/examples/terminal/terminal.sky index 489e46e5d3..246bdfccf6 100644 --- a/engine/src/flutter/examples/terminal/terminal.sky +++ b/engine/src/flutter/examples/terminal/terminal.sky @@ -4,22 +4,43 @@ // found in the LICENSE file. --> -