Files
docker-docs/beam/http2
Clayton Coleman a464ac89af Add a websocket endpoint to Beam
Implements a Beam server Receiver over HTTP2 over Websockets
over HTTP, and a client for connecting to said server.

signed-off-by: Clayton Coleman <ccoleman@redhat.com> (github: smarterclayton)
2014-06-07 15:18:10 -04:00
..
2014-06-06 17:33:21 -07:00
2014-06-06 17:33:21 -07:00
2014-06-06 17:33:21 -07:00
2014-06-07 15:18:10 -04:00
2014-06-06 17:33:21 -07:00
2014-06-06 17:33:21 -07:00
2014-06-06 17:33:21 -07:00

This package defines a remote transport for Beam services using http2/spdy and tls.

Uses https://github.com/docker/spdystream

Pointers:

* Low-level protocol framer: http://code.google.com/p/go.net/spdy
* (incomplete) high-level server implementation: https://github.com/shykes/spdy-go