tree: 2ce13b27c7b3ba6bc6685b65d72226320522557c [path history] [tgz]
  1. cube.js
  2. echo_client.js
  3. echo_service.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/sample_app.

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

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