# HG changeset patch # User Dennis # Date 1702371695 0 # Node ID 4d10742d7dff289a330d118a382abeb74c06d3b2 # Parent 38d2aa61bcbce7bf9a7277e8ca84769cf39e8643 Update README.md committer: GitHub diff -r 38d2aa61bcbc -r 4d10742d7dff README.md --- a/README.md Fri Aug 11 17:40:32 2023 +0000 +++ b/README.md Tue Dec 12 09:01:35 2023 +0000 @@ -3,13 +3,6 @@ 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). -- Docs: -- Main repo on SourceHut: - - Mirrors: - - Github: - - Gitlab: - - ## 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: