File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -150,6 +150,8 @@ stages:
150150 " go-tcp-server" ,
151151 " rust-tcp-server" ,
152152 " python-tcp-server" ,
153+ " java-tcp-server" ,
154+ " cpp-tcp-server" ,
153155 ]
154156 # The name of the stage. This is shown in the course catalog, and on other
155157 # course pages.
@@ -181,13 +183,25 @@ stages:
181183 " go-tcp-server" ,
182184 " rust-tcp-server" ,
183185 " python-tcp-server" ,
186+ " java-tcp-server" ,
187+ " cpp-tcp-server" ,
184188 ]
185189 name : " Respond with 200"
186190 difficulty : very_easy
187191 marketing_md : |-
188192 In this stage, you'll extend your TCP server to respond to a HTTP request with a 200 response.
189193
190194 - slug : " ih0"
195+ concept_slugs :
196+ [
197+ " network-protocols" ,
198+ " tcp-overview" ,
199+ " go-tcp-server" ,
200+ " rust-tcp-server" ,
201+ " python-tcp-server" ,
202+ " java-tcp-server" ,
203+ " cpp-tcp-server" ,
204+ ]
191205 name : " Extract URL path"
192206 difficulty : easy
193207 marketing_md : |-
@@ -213,6 +227,8 @@ stages:
213227 " go-tcp-server" ,
214228 " rust-tcp-server" ,
215229 " python-tcp-server" ,
230+ " java-tcp-server" ,
231+ " cpp-tcp-server" ,
216232 ]
217233 name : " Concurrent connections"
218234 difficulty : easy
You can’t perform that action at this time.
0 commit comments