tree: d36ec02f0ce823e687c47ba961a64fb12bf1fd17 [path history] [tgz]
  1. cube.js
  2. echo_client.js
  3. echo_server.js
  4. hello.js
  5. README.md
  6. share_echo.js
  7. share_echo_target.js
  8. show_image.js
  9. users-guide.md
  10. wget.js
  11. world.js
examples/js/README.md

JavaScript Mojo Example Applications

  • users-guide.md - How to build and run JS Mojo applications

  • hello.js, world.js - A minimal application that connects to another.

  • wget.js - Uses the network service to load a URL.

  • cube.js - A JS version of examples/spinning_cube.

  • share_echo.js, share_echo_target.js - Peer to peer service sharing.

  • show_image.js - Simple use of the window_manager interface.