Public node-http2 server

Just a quick announcement: to make testing with the
node-http2<https://github.com/molnarg/node-http2>server implementation
easier, I set up a public server here:
https://gabor.molnar.es:8080/ It serves up the same static content that is
available on the same server under port 80.

It currently uses NPN negotiation (ALPN and Upgrade not available yet), and
can fall back to simple HTTPS if the client does not support HTTP/2. It
works with the node-http2 example client, but I did not do any interop.
testing yet, so expect problems when connecting with your client :) I will
try to keep it up to date (in sync with the node-http2 git repo), and maybe
add publicly available debug logs in the near future. Please contact me
with any testing experience!

  Gábor

Received on Monday, 5 August 2013 23:02:02 UTC