diff README.md @ 1:58952f1fb8da

minimal socket example
author Dennis <dennisconcepcionmartin@gmail.com>
date Mon, 17 Jul 2023 18:05:20 +0100
parents 5d2832cac043
children e96eaa6b74c1
line wrap: on
line diff
--- a/README.md	Mon Jul 17 10:31:32 2023 +0100
+++ b/README.md	Mon Jul 17 18:05:20 2023 +0100
@@ -1,1 +1,7 @@
 # web-server
+
+## 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)