Mercurial > public > hey
view README.md @ 4:691358f944e8
remove hardcoded host info
author | Dennis <dennisconcepcionmartin@gmail.com> |
---|---|
date | Tue, 18 Jul 2023 12:04:37 +0100 |
parents | e96eaa6b74c1 |
children | 45bac89a4da3 |
line wrap: on
line source
# 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)