From 94d55d400378e5b70e7438988f8a2e142c175a16 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 --- examples/terminal/terminal.sky | 74 +++++++++++++++++++++++++++------- 1 file changed, 59 insertions(+), 15 deletions(-) diff --git a/examples/terminal/terminal.sky b/examples/terminal/terminal.sky index 489e46e5d3..246bdfccf6 100644 --- a/examples/terminal/terminal.sky +++ b/examples/terminal/terminal.sky @@ -4,22 +4,43 @@ // found in the LICENSE file. --> -