media-sharing: Change many uses of v23.NewServer to use xrpc.New*Server instead.

This is designed to reduce boilerplate and prove out the xrpc interface.
All but about 10 uses were replaced.

Some of the remaining calls are more complicated because the services/dispatchers
currently take the serving address as a construction parameter.

MultiPart: 6/9

Change-Id: I791955d5999f2446006d481b0579fd563a92d0f0
1 file changed
tree: 18a561fd56b2235fde5c05e33a2c87e5c97e4a3a
  1. android/
  2. go/
  3. js/
  4. scripts/
  5. .gitignore
  6. AUTHORS
  7. CONTRIBUTORS
  8. LICENSE
  9. PATENTS
  10. README.md
  11. VERSION
README.md

Media sharing

This is an example application built on the Vanadium stack.

See design doc here: https://docs.google.com/document/d/1TT7eiSPJpGiAS__NNf51RZEAEio2myKUmH0jM3k_OxI

Development

Deployment