commit | ad4d937b509287db533ca56de4419215667d0dc2 | [log] [tgz] |
---|---|---|
author | Alex Fandrianto <alexfandrianto@google.com> | Tue Aug 19 13:29:28 2014 -0700 |
committer | Alex Fandrianto <alexfandrianto@google.com> | Tue Aug 19 13:29:59 2014 -0700 |
tree | cf27c8f9ca644b8fdd41f19a95ed8fd7e92f916b | |
parent | 560fc9a9a15f6db02071a6cac65007fe5b43036b [diff] |
veyron-browser: Add simple RPCs and local storage. When clicking on a method signature that takes 0 parameters, an RPC call is made on that service. Results are logged to the console. To demonstrate the use of local storage, the last namespace route browsed is stored in local memory and replaces the default index page. Local storage uses JSON.stringify and JSON.parse in order to store any type of value, not just strings. Change-Id: I87bd4bb97259996859a74d03b3c003161645085d
Mountable browser is a browser application that lets the user view and traverse mounttables.
Before you can run Mounttable Browser, you need to build. Simply run:
make
You must have the Veyron Extension installed to run this.
Get it here: https://github.com/veyron/veyron.js/raw/master/extension/veyron.crx
make start
and navigate to http://localhost:9000
to stop simply CTRL-C the console running the make start