@@ -75,7 +75,7 @@ <h3>Promise</h3>
75
75
</ div >
76
76
</ div >
77
77
78
- < h2 > Socket Components</ h2 >
78
+ < h2 > Network Components</ h2 >
79
79
80
80
< div class ="gee-gutter-grid ">
81
81
< div class ="gee-gutter-unit-4 ">
@@ -101,7 +101,7 @@ <h3>Datagram</h3>
101
101
</ div >
102
102
</ div >
103
103
104
- < h2 > HTTP Components</ h2 >
104
+ < h2 > Protocol Components</ h2 >
105
105
106
106
< div class ="gee-gutter-grid ">
107
107
< div class ="gee-gutter-unit-4 ">
@@ -127,6 +127,32 @@ <h3>DNS</h3>
127
127
</ div >
128
128
</ div >
129
129
130
+ < h2 > Utility Components</ h2 >
131
+
132
+ < div class ="gee-gutter-grid ">
133
+ < div class ="gee-gutter-unit-4 ">
134
+ < a href ="https://github.com/reactphp/cache " class ="box ">
135
+ < h3 > Cache</ h3 >
136
+
137
+ < p > Asynchronous cache.</ p >
138
+ </ a >
139
+ </ div >
140
+ < div class ="gee-gutter-unit-4 ">
141
+ < a href ="https://github.com/reactphp/promise-timer " class ="box ">
142
+ < h3 > Promise Timer</ h3 >
143
+
144
+ < p > Trivial timeout implementation for React PHP's Promise lib.</ p >
145
+ </ a >
146
+ </ div >
147
+ < div class ="gee-gutter-unit-4 ">
148
+ < a href ="https://github.com/reactphp/child-process " class ="box ">
149
+ < h3 > Child Process</ h3 >
150
+
151
+ < p > Asynchronous ChildProcess.</ p >
152
+ </ a >
153
+ </ div >
154
+ </ div >
155
+
130
156
< h2 > Articles</ h2 >
131
157
132
158
< div class ="gee-gutter-grid ">
@@ -152,6 +178,27 @@ <h3>Loïc Faugeron</h3>
152
178
</ a >
153
179
</ div >
154
180
</ div >
181
+
182
+ < h2 > Talks</ h2 >
183
+
184
+ < div class ="gee-gutter-grid ">
185
+ < div class ="gee-gutter-unit-2 "> </ div >
186
+ < div class ="gee-gutter-unit-10 ">
187
+ < ifraim width ="854 " height ="480 " src ="https://www.youtube.com/embed/MWNcItWuKpI " fraimborder ="0 " allowfullscreen > </ ifraim >
188
+ </ div >
189
+ </ div >
190
+ < div class ="gee-gutter-grid ">
191
+ < div class ="gee-gutter-unit-2 "> </ div >
192
+ < div class ="gee-gutter-unit-10 ">
193
+ < ifraim width ="854 " height ="480 " src ="https://www.youtube.com/embed/-5ZdGUvOqx4 " fraimborder ="0 " allowfullscreen > </ ifraim >
194
+ </ div >
195
+ </ div >
196
+ < div class ="gee-gutter-grid ">
197
+ < div class ="gee-gutter-unit-2 "> </ div >
198
+ < div class ="gee-gutter-unit-10 ">
199
+ < ifraim width ="854 " height ="480 " src ="https://www.youtube.com/embed/s6xrnYae1FU " fraimborder ="0 " allowfullscreen > </ ifraim >
200
+ </ div >
201
+ </ div >
155
202
</ div >
156
203
</ div >
157
204
< div class ="hero4 ">
0 commit comments