comparison README.md @ 12:dc97a1196f45

update readme
author Dennis <dennisconcepcionmartin@gmail.com>
date Thu, 20 Jul 2023 09:40:44 +0100
parents 45bac89a4da3
children f6fc13a3fe88
comparison
equal deleted inserted replaced
11:827460e58a24 12:dc97a1196f45
1 # Hey! 1 # Hey!
2 2
3 In an attemp to learn about networking programming, I'm building a HTTP server. It's called **Hey!**. 3 Right now, Hey! is a TCP server-client app. It helps me to learn about networking.
4 4
5 ## References 5 ## References
6 6
7 - [What is a web server](https://developer.mozilla.org/en-US/docs/Learn/Common_questions/Web_mechanics/What_is_a_web_server) 7 - [What is a web server](https://developer.mozilla.org/en-US/docs/Learn/Common_questions/Web_mechanics/What_is_a_web_server)
8 - [HTTP Protocol](https://www.rfc-editor.org/rfc/pdfrfc/rfc7231.txt.pdf) 8 - [HTTP Protocol](https://www.rfc-editor.org/rfc/pdfrfc/rfc7231.txt.pdf)