tree: b1a86ccf7d92be596b78358dcd220c5a4a92c74f [path history] [tgz]
  1. BUILD.gn
  2. hello_mojo.mojom
  3. hello_mojo_client.cc
  4. hello_mojo_server.cc
  5. README.md
examples/hello_mojo/README.md

Hello Mojo example applications

hello_mojo_server and hello_mojo_client are like the echo examples, but a bit more minimal and with no dependencies outside of the Mojo public C/C++ SDK.

Running

For example, for a Linux debug build, from the command line:

$ out/Debug/mojo_shell mojo:hello_mojo_client

See also