Re: Tracking implementations

Sorry, I left the link out:
  https://github.com/http2/http2-spec/wiki/Implementations

Cheers,


On Jul 29, 2013, at 4:35 PM, Mark Nottingham <mnot@mnot.net> wrote:

> Thanks!
> 
> I've set up a wiki page to track implementations; other implementers, feel free to add yours.
> 
> Regards,
> 
> 
> On Jul 28, 2013, at 6:53 PM, Tatsuhiro Tsujikawa <tatsuhiro.t@gmail.com> wrote:
> 
>> I'm working on implementing draft-04 in C based on spdylay[1] library.
>> The code is open sourced and hosted at:
>> https://github.com/tatsuhiro-t/nghttp2
>> It currently lacks header continuation, ALPN and HTTP Upgrade but other components work. For TLS, we use NPN instead of ALPN for now.
>> 
>> The project provides client, server and proxy. The client and server output sent and received frame information, so they would be useful for implementors to debug their implementation. The proxy can run as reverse proxy for the existing web server and acts like SSL/TLS terminator and can offer HTTP-draft-04/2.0, SPDY and HTTP/1.1 via NPN, so may be useful for debugging using existing web servers/services.
>> 
>> [1] http://spdylay.sourceforge.net/
>> 
>> Best regards,
>> 
>> Tatsuhiro Tsujikawa
>> 
> 
> --
> Mark Nottingham   http://www.mnot.net/
> 
> 
> 
> 

--
Mark Nottingham   http://www.mnot.net/

Received on Monday, 29 July 2013 19:30:40 UTC