browser: Creating credentials before seekblessing

Change-Id: I31ab83e99572a48e9b24835affa7d767806aee5c
1 file changed
tree: 1ffcf998c7742e0613b7a258fd1f067c54ee3b02
  1. go/
  2. public/
  3. src/
  4. test/
  5. .gitignore
  6. .jshintignore
  7. .jshintrc
  8. AUTHORS
  9. bower.json
  10. CONTRIBUTING.md
  11. CONTRIBUTORS
  12. css-transform.js
  13. LICENSE
  14. main-transform.js
  15. Makefile
  16. md-transform.js
  17. package.json
  18. PATENTS
  19. README.md
  20. run.sh
  21. VERSION
  22. web-component-dependencies.html
README.md

Vanadium Namespace Browser

The namespace browser is a web application that lets developers and other users view and interact with the Vanadium world. Starting from their namespace root or other mount table, users can browse through the mount table hierarchy and see where services are mounted. The user can select a service to see more detailed information about it, and can also interact with the service, invoking methods to examine or modify the state of the service.

Running Namespace Browser

You can serve a local instance of the Namespace Browser by executing the following command:

$JIRI_ROOT/release/projects/browser/run.sh

Navigate to http://localhost:9001 to launch the namespace browser. You can quit by using CTRL-C on the console.

Contributing

The code repository for the Namespace Browser is on GitHub.

Bugs and other issues can be submitted to the Namespace Browser Issue Tracker.