blob: 80fb48acb93cd3d37eee1fa650cd393cb34c5358 [file] [log] [blame] [view]
Viet-Trung Luud1f4c062016-02-16 12:22:04 -08001# Hello Mojo example applications
2
3`hello_mojo_server` and `hello_mojo_client` are like the [echo
4examples](../echo), but a bit more minimal and with no dependencies outside of
5the [Mojo public C/C++ SDK](../../mojo/public).
6
7## Running
8
9For example, for a Linux debug build, from the command line:
10
11 $ out/Debug/mojo_shell mojo:hello_mojo_client
12
13## See also
14
15* [echo examples](../echo)
16* [Mojo public C SDK](../../mojo/public/c)
17* [Mojo public C++ SDK](../../mojo/public/cpp)