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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 Sample Go echo application.
2
3 Instructions to run on android emulator:
4
5 1) Follow steps from //mojo/go/sample_app/README.txt
6
7 To run client:
8 $ 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"
9
10 To run server:
11 $ 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"
12
13 You can't run two go mojo applications at the same time now as they need separat ed processes.
OLDNEW
« no previous file with comments | « examples/go/BUILD.gn ('k') | examples/go/echo_client.go » ('j') | examples/go/echo_client.go » ('J')

Powered by Google App Engine
This is Rietveld 408576698