From 6326acf619aca2ca9f162b1eb0fca869510da363 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Fri, 30 Jun 2023 04:27:52 -0400 Subject: blog: GopherCon EU 2023 demo details Signed-off-by: Xe Iaso --- static/img/gceu23-demo.svg | 135 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 static/img/gceu23-demo.svg (limited to 'static') diff --git a/static/img/gceu23-demo.svg b/static/img/gceu23-demo.svg new file mode 100644 index 0000000..6baf4cd --- /dev/null +++ b/static/img/gceu23-demo.svg @@ -0,0 +1,135 @@ + + + + + + +G + + +cluster_0 + +aiyou + + +cluster_1 + +yuechu + + +cluster_2 + +wasm program + + + +echoclient + +echoclient.wasm + + + +ConnFS + +ConnFS + + + +echoclient->ConnFS + + +  mounted at /dev   + + + +connFile + +connection + + + +ConnFS->connFile + + +  opened to yuechu   + + + +lis + +net.Listener + + + +connFile->lis + + +TCP +connection + + + +conn + +net.Conn + + + +lis->conn + + +  accepted connection   + + + +stdin + +stdin + + + +conn->stdin + + +input from +user + + + +logger + +ln.Logger + + + +stdout + +stdout + + + +stdout->conn + + +  output from +program + + + +stderr + +stderr + + + +stderr->logger + + +error +messages + + + -- cgit v1.2.3