-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathindex.html
91 lines (84 loc) · 6.22 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta name="viewport" content="width=550">
<meta name="description" content="HTTP/2 Japan Local Activity" />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>HTTP/2 Japan Local Activity</title>
</head>
<body>
<div id="wrapper">
<div id="header">
<h1><img src="images/logo.png" alt="HTTP/2 Japan Local Activity" width="148"></h1>
</div>
<div id="content">
<h2>Our works</h2>
<ul>
<li><a href="http://summerwind.jp/docs/rfc7540/">RFC7540 HTTP/2 (Japanese translation)</a></li>
<li><a href="http://syucream.github.io/hpack-spec-ja/rfc7541-ja.html">RFC7541 HPACK (Japanese translation)</a></li>
<li><a href="faq.html">HTTP/2 Frequently Asked Questions (Japanese translation)</a></li>
<li><a href="https://github.com/http2jp/hpack-test-case">HPACK Test Case</a></li>
<li><a href="https://github.com/http2jp/http2-frame-test-case">HTTP/2 Frame Test Case</a></li>
</ul>
<h2>Our implementations</h2>
<ul>
<li><a href="https://github.com/tatsuhiro-t/nghttp2">nghttp2</a>(<a href="https://gist.github.com/tsahara/e6831656d7e2ff99ce7e">Dockerfile</a>)</li>
<li><a href="https://github.com/shigeki/interop-iij-http2">iij-http2</a></li>
<li><a href="https://github.com/kazu-yamamoto/http2">haskell-http2</a></li>
<li><a href="https://github.com/h2o/h2o">H2O</a></li>
<li><a href="https://github.com/Jxck/http2">go-http2</a></li>
<li><a href="https://github.com/summerwind/sasazka">sasazka</a></li>
<li><a href="https://github.com/summerwind/h2spec">h2spec</a></li>
</ul>
<h2>Meetup</h2>
<ul>
<li><a href="http://connpass.com/event/14676/">HTTP/2 Study #7</a> <span class="date">(2015/5/21)</span></li>
<li><a href="http://connpass.com/event/13251/">HTTP/2 Party & Lightning Talks</a> <span class="date">(2015/4/14)</span></li>
<li><a href="http://connpass.com/event/10051/">HTTP/2 Study #6</a> <span class="date">(2014/11/25)</span></li>
<li><a href="http://connpass.com/event/9209/">HTTP/2 Conference</a> <span class="date">(2014/11/3)</span></li>
<li><a href="http://connpass.com/event/7432/">HTTP/2 Study #5</a> <span class="date">(2014/7/30)</span></li>
<li><a href="http://connpass.com/event/5318/">HTTP/2 Study #4</a> <span class="date">(2014/3/20)</span></li>
<li><a href="http://connpass.com/event/4459/">HTTP/2 Study #3</a> <span class="date">(2014/1/28)</span></li>
<li><a href="http://connpass.com/event/3461/">HTTP/2 Study #2</a> <span class="date">(2013/10/17)</span></li>
<li><a href="http://connpass.com/event/3122/">HTTP/2 Study #1</a> <span class="date">(2013/08/14)</span></li>
</ul>
<h2>Hackathon</h2>
<ul>
<li><a href="http://connpass.com/event/19382/">HTTP/2 Hackathon #5</a> <span class="date">(2015/9/13)</span></li>
<li><a href="http://connpass.com/event/10610/">HTTP/2 Hackathon #4</a> <span class="date">(2015/1/24)</span></li>
<li><a href="http://connpass.com/event/8151/">HTTP/2 Hackathon #3</a> <span class="date">(2014/9/7)</span></li>
<li><a href="http://connpass.com/event/6324/">HTTP/2 Hackathon #2</a> <span class="date">(2014/5/24)</span></li>
<li><a href="http://connpass.com/event/5062/">HTTP/2 Hackathon #1</a> <span class="date">(2014/2/23)</span></li>
<li><a href="http://connpass.com/event/3809/">HTTP/2 Mini Hackathon #2</a> <span class="date">(2013/12/15)</span></li>
<li><a href="http://connpass.com/event/3633/">HTTP/2 Mini Hackathon #1</a> <span class="date">(2013/10/12)</span></li>
</ul>
<h2>HTTP/2 Fast Implementation Guide (Hands on)</h2>
<ul>
<li><a href="https://speakerdeck.com/syucream/2-zui-su-shi-zhuang-v3">HTTP/2 最速実装 v3</a></li>
<li><a href="http://www.slideshare.net/YoshihiroIwanaga/http2-35067536">HTTP/2 最速実装 v2</a></li>
<li><a href="http://www.slideshare.net/KaoruMaeda/http2simple">HTTP/2 最速実装 v1</a></li>
<li><a href="https://github.com/http2jp/http2jp.github.io/wiki/HTTP2.0-%E6%9C%80%E9%80%9F%E5%AE%9F%E8%A3%85%E6%B3%95">HTTP/2 最速実装 v0</a></li>
</ul>
<h2>Presentations</h2>
<ul>
<li><a href="http://www.slideshare.net/KaoruMaeda/h2-14ietf90">httpbis WG IETF90 レポート</a></li>
<li><a href="http://www.slideshare.net/KaoruMaeda/http2-ietf89">httpbis WG IETF89 レポート</a></li>
<li><a href="https://docs.google.com/presentation/d/1DmEA0F_O3Z7v65z1__7E2sndhHbCltoJp022yx2ms2Q/edit#slide=id.p">New HTTP/2 Tools in 10 minutes</a></li>
<li><a href="http://www.slideshare.net/shigeki_ohtsu/http2study3">httpbis interim@チューリッヒ レポート</a></li>
<li><a href="http://mew.org/~kazu/material/2014-hpack.pdf">HPACK 05 の実装と解析</a></li>
<li><a href="https://speakerdeck.com/summerwind/2-wodu-mijie-kuji-shu">HTTP/2 を読み解く技術</a></li>
<li><a href="http://www.slideshare.net/shigeki_ohtsu/http2-interop-report2">httpbis interim@シアトル レポート(第2回HTTP/2.0接続試験)</a></li>
<li><a href="https://docs.google.com/presentation/d/1Z5V0OLtMjy8Ybrnv5ULLobU6mJaITqxJ_ZMhlBTYn_I/edit#slide=id.p">nghttp2 - The heir of spdylay</a></li>
<li><a href="http://www.slideshare.net/fujisawa/http-20hpack-27346767">HTTP 2.0のヘッダ圧縮(HPACK)</a></li>
<li><a href="http://www.slideshare.net/shigeki_ohtsu/httpbis-interim-http20-25197160">httpbis interimとHTTP2.0相互接続試験の話</a></li>
<li><a href="http://www.slideshare.net/Jxck/http20-guide-http2study-20130814">HTTP2.0 ガイド (draft-04)</a></li>
<li><a href="http://www.slideshare.net/yuki-f/http20-1">HTTP2.0 ネゴシエーション&ヘッダー圧縮</a></li>
</ul>
</div>
<div id="footer">
<p><a href="https://github.com/http2jp">GitHub</a> / <a href="https://twitter.com/search?q=%23http2study&src=hash&f=realtime">#http2study</a></p>
</div>
</div>
</body>
</html>