Mercurial > public > hey
view 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 source
# 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)