# HG changeset patch # User Dennis C. M. # Date 1748887606 -3600 # Node ID 8aca4b85b4a7791f5ab00b0742d27cba68a1f640 # Parent 4d10742d7dff289a330d118a382abeb74c06d3b2 Reformat README.md and add .hgignore diff -r 4d10742d7dff -r 8aca4b85b4a7 .hgignore --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgignore Mon Jun 02 19:06:46 2025 +0100 @@ -0,0 +1,1 @@ +build diff -r 4d10742d7dff -r 8aca4b85b4a7 README.md --- a/README.md Tue Dec 12 09:01:35 2023 +0000 +++ b/README.md Mon Jun 02 19:06:46 2025 +0100 @@ -1,15 +1,21 @@ +# Hey! -# hey - -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). +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). ## References -This is the material I used to develop Hey!. The Beej's Guide to Network Programming is a nice introduction. Super easy to read: +This is the material I used to develop Hey!. The Beej's Guide to Network +Programming is a nice introduction. Super easy to read: -- [What is a web server?](https://developer.mozilla.org/en-US/docs/Learn/Common_questions/Web_mechanics/What_is_a_web_server) +- [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) -- [How does port numbers really work?](https://stackoverflow.com/questions/13190176/how-does-port-number-really-work-in-tcp/29045432#29045432) +- [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) +- [How does port numbers really + work?](https://stackoverflow.com/questions/13190176/how-does-port-number-really-work-in-tcp/29045432#29045432)