diff README.md @ 3:e96eaa6b74c1

rename project to hey!
author Dennis <dennisconcepcionmartin@gmail.com>
date Mon, 17 Jul 2023 19:16:47 +0100
parents 58952f1fb8da
children 45bac89a4da3
line wrap: on
line diff
--- a/README.md	Mon Jul 17 19:11:53 2023 +0100
+++ b/README.md	Mon Jul 17 19:16:47 2023 +0100
@@ -1,7 +1,10 @@
-# web-server
+# Hey!
+
+In an attemp to learn about networking programming, I'm building a HTTP server. It's called **Hey!**.
 
 ## References
 
 - [What is a web server](https://developer.mozilla.org/en-US/docs/Learn/Common_questions/Web_mechanics/What_is_a_web_server)
 - [HTTP Protocol](https://www.rfc-editor.org/rfc/pdfrfc/rfc7231.txt.pdf)
 - [Socket programming Oracle](https://docs.oracle.com/cd/E19253-01/817-4415/6mjum5som/index.html)
+- [Beej's Guide to Network Programming](https://beej.us/guide/bgnet/html/split/index.html)