diff --git a/http2/README.md b/http2/README.md new file mode 100644 index 0000000000..d9af9bc043 --- /dev/null +++ b/http2/README.md @@ -0,0 +1,6 @@ +This package defines a remote transport for Beam services using http2/spdy and tls. + +Pointers: + + * Low-level protocol framer: http://code.google.com/p/go.net/spdy + * (incomplete) high-level server implementation: https://github.com/shykes/spdy-go