comparison 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
comparison
equal deleted inserted replaced
2:052cf5cf100a 3:e96eaa6b74c1
1 # web-server 1 # Hey!
2
3 In an attemp to learn about networking programming, I'm building a HTTP server. It's called **Hey!**.
2 4
3 ## References 5 ## References
4 6
5 - [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)
6 - [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)
7 - [Socket programming Oracle](https://docs.oracle.com/cd/E19253-01/817-4415/6mjum5som/index.html) 9 - [Socket programming Oracle](https://docs.oracle.com/cd/E19253-01/817-4415/6mjum5som/index.html)
10 - [Beej's Guide to Network Programming](https://beej.us/guide/bgnet/html/split/index.html)