Skip to content

Commit 598b62a

Browse files
committed
Refactor stage description for TCP server implementation and clarify HTTP context.
1 parent b840ee9 commit 598b62a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

stage_descriptions/base-01-at4.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
In this stage, you'll create a TCP server that listens on port 4221.
2-
3-
[TCP](https://www.cloudflare.com/en-ca/learning/ddos/glossary/tcp-ip/) is the underlying protocol used by HTTP servers.
4-
1+
HTTP servers communicate over TCP, the protocol that powers most web traffic. In this stage, you’ll implement a TCP server that listens on port 4221, just like a real HTTP server.
52

3+
<!--
64
### Tests
75
86
The tester will execute your program like this:
@@ -15,4 +13,5 @@ Then, the tester will try to connect to your server on port 4221. The connection
1513
1614
### Notes
1715
18-
- To learn how HTTP works, you'll implement your server from scratch using TCP primitives instead of using {{language_name}}'s built-in HTTP libraries.
16+
- To learn how HTTP works, you'll implement your server from scratch using TCP primitives instead of using {{language_name}}'s built-in HTTP libraries.
17+
-->

0 commit comments

Comments
 (0)