Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(905)

Unified Diff: examples/go/README.txt

Issue 1008543002: go: echo app (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: examples/go/README.txt
diff --git a/examples/go/README.txt b/examples/go/README.txt
new file mode 100644
index 0000000000000000000000000000000000000000..b3af2348f244db183a3e349b0d32b89c7f7da4ad
--- /dev/null
+++ b/examples/go/README.txt
@@ -0,0 +1,13 @@
+Sample Go echo application.
+
+Instructions to run on android emulator:
+
+1) Follow steps from //mojo/go/sample_app/README.txt
+
+To run client:
+$ mojo/tools/android_mojo_shell.py --url-mappings="mojo:go_echo_client"="http://10.0.2.2:4444/obj/examples/go/go_echo_client","mojo:echo_server"="http://10.0.2.2:4444/echo_server.mojo" "mojo:go_echo_client"
+
+To run server:
+$ mojo/tools/android_mojo_shell.py --url-mappings="mojo:go_echo_server"="http://10.0.2.2:4444/obj/examples/go/go_echo_server","mojo:echo_client"="http://10.0.2.2:4444/echo_client.mojo" "mojo:echo_client"
+
+You can't run two go mojo applications at the same time now as they need separated processes.

Powered by Google App Engine
This is Rietveld 408576698