runtime/internal/rpc: Add initial xserver, based on v23/flow.

I started with Matt's xserver.go, which started as a copy of
server.go, deleting stuff that was obviously not necessary, and
changing the code to be based on the flow package.  The code
compiles, but no testing has been performed, and there are TODOs
littered throughout for stuff that we'll need to fix for sure.

Patchset 0 represents the raw copy from server.go to xserver.go,
and patchset 1 represents my edits.

Change-Id: I3a7558c582a425d5b974258dfb5ce96d5807d185
1 file changed
tree: 8cb37cb044a137b7276b5b1d188e4563445fee57
  1. cmd/
  2. examples/
  3. internal/
  4. lib/
  5. runtime/
  6. services/
  7. test/
  8. .gitignore
  9. AUTHORS
  10. CONTRIBUTORS
  11. envvar.go
  12. envvar_test.go
  13. LICENSE
  14. PATENTS
  15. README.md
  16. VERSION
README.md

Vanadium

This repository contains a reference implementation of the Vanadium APIs.

Unlike the APIs in https://github.com/vanadium/go.v23, which promises to provide backward compatibility this repository makes no such promises.