This is an example of a Hello World NaCl application implemented in C++.
The only difference from "NaCl Hello World in C" is in the source file,
nmf file name and nmf content.
It launches a NaCl module and posts "Hello World from JS" to it.
The NaCl module handles this message and sends an echo back to JS.
JS side handles the response message and displays it.
Loading