tree: f2f311df53e7f8124195851c2a34477281d9913c [path history] [tgz]
  1. cube.js
  2. echo_client.js
  3. echo_server.js
  4. hello.js
  5. README.md
  6. repl.js
  7. share_echo.js
  8. share_echo_target.js
  9. show_image.js
  10. users-guide.md
  11. wget.js
  12. 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.