commit | abe40e179667c381dbda99edcb04f642483b78fa | [log] [tgz] |
---|---|---|
author | Alex Fandrianto <alexfandrianto@google.com> | Thu Jan 29 15:19:36 2015 -0800 |
committer | Alex Fandrianto <alexfandrianto@google.com> | Thu Jan 29 15:19:45 2015 -0800 |
tree | 832272342770cff6d7250415079a4241c1dddb2b | |
parent | a5641822dd4c6089d099d8dc992112a0a2318bdc [diff] |
viz: Guess JSValue Associated changes Actually, this is a no-op. Just added some comments vom: https://vanadium-review.googlesource.com/#/c/2461/ veyron.js: https://vanadium-review.googlesource.com/#/c/2462/ viz: https://vanadium-review.googlesource.com/#/c/2511/ wsprd: https://vanadium-review.googlesource.com/2595 playground: https://vanadium-review.googlesource.com/#/c/2714/ MultiPart: 3/5 Change-Id: I79c5482014f2089d145f840c167e818ab8e2a683
Viz is a browser-like application that lets the user view and traverse mount tables, intermediate nodes, and services. It also lets the user invoke services either to see the results, or to change the state of a server.
You must have the Vanadium Extension installed on Chrome to run this.
Get it here: https://chrome.google.com/webstore/detail/vanadium-extension/jcaelnibllfoobpedofhlaobfcoknpap
Before you can run Viz, you need to build. Simply run:
make
make start
and navigate to http://localhost:9000
to stop simply CTRL-C the console running the make start
If you have any problems after updating the code, try
make clean
make start