veyron/examples: Start of Pipe To Browser (p2b) example application.
p2b has a executable client in Go and a server in JavaScript and allows
one to pipe anything from console to the browser. Data being piped to
the browser then is displayed in a graphical and formatted way by a "viewer"
Viewers are plugable pieces of code that know how to handle and display
a stream of data.

For example one can do:

ls -l | p2b google/p2b/aghassemi/DataTable

where google/p2b/aghassemi is the veyron name where p2b
service is running in the browser. The suffix "DataTable" specifies what
viewer should be used to display the data.

Change-Id: I881e55e4033d0c790e872db6c0f358d2b32509ce
53 files changed
tree: a5d89d415340f1ddc557f405f7c70cd6f28aa8c1
  1. examples/
  2. lib/
  3. runtimes/
  4. security/
  5. services/
  6. tools/