Mercurial > public > hey
comparison README.md @ 18:8aca4b85b4a7
Reformat README.md and add .hgignore
author | Dennis C. M. <dennis@denniscm.com> |
---|---|
date | Mon, 02 Jun 2025 19:06:46 +0100 |
parents | 4d10742d7dff |
children |
comparison
equal
deleted
inserted
replaced
17:4d10742d7dff | 18:8aca4b85b4a7 |
---|---|
1 # Hey! | |
1 | 2 |
2 # hey | 3 Hey! is a simple TCP streaming app developed in C using POSIX APIs. Both client |
3 | 4 and server are containerized using Docker. I've made a video about this project |
4 Hey! is a simple TCP streaming app developed in C using POSIX APIs. Both client and server are containerized using Docker. I've made a video about this project -> [Youtube](https://youtu.be/r3CQ0euv6TQ). | 5 -> [Youtube](https://youtu.be/r3CQ0euv6TQ). |
5 | 6 |
6 ## References | 7 ## References |
7 | 8 |
8 This is the material I used to develop Hey!. The Beej's Guide to Network Programming is a nice introduction. Super easy to read: | 9 This is the material I used to develop Hey!. The Beej's Guide to Network |
10 Programming is a nice introduction. Super easy to read: | |
9 | 11 |
10 - [What is a web server?](https://developer.mozilla.org/en-US/docs/Learn/Common_questions/Web_mechanics/What_is_a_web_server) | 12 - [What is a web |
13 server?](https://developer.mozilla.org/en-US/docs/Learn/Common_questions/Web_mechanics/What_is_a_web_server) | |
11 - [HTTP protocol](https://www.rfc-editor.org/rfc/pdfrfc/rfc7231.txt.pdf) | 14 - [HTTP protocol](https://www.rfc-editor.org/rfc/pdfrfc/rfc7231.txt.pdf) |
12 - [Socket programming Oracle](https://docs.oracle.com/cd/E19253-01/817-4415/6mjum5som/index.html) | 15 - [Socket programming |
13 - [Beej's guide to network programming](https://beej.us/guide/bgnet/html/split/index.html) | 16 Oracle](https://docs.oracle.com/cd/E19253-01/817-4415/6mjum5som/index.html) |
14 - [How does port numbers really work?](https://stackoverflow.com/questions/13190176/how-does-port-number-really-work-in-tcp/29045432#29045432) | 17 - [Beej's guide to network |
18 programming](https://beej.us/guide/bgnet/html/split/index.html) | |
19 - [How does port numbers really | |
20 work?](https://stackoverflow.com/questions/13190176/how-does-port-number-really-work-in-tcp/29045432#29045432) | |
15 | 21 |