Mercurial > public > hey
changeset 17:4d10742d7dff
Update README.md
committer: GitHub <noreply@github.com>
author | Dennis <dennisconcepcionmartin@gmail.com> |
---|---|
date | Tue, 12 Dec 2023 09:01:35 +0000 |
parents | 38d2aa61bcbc |
children | 8aca4b85b4a7 |
files | README.md |
diffstat | 1 files changed, 0 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- 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: <https://denniscm.com/proj/hey.html> -- Main repo on SourceHut: <https://git.sr.ht/~denniscmartin/hey> - - Mirrors: - - Github: <https://github.com/denniscmartin/hey> - - Gitlab: <https://gitlab.com/denniscmartin/hey> - - ## 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: