From 375638d7707f1636fc9b7b8ffaac12962609501f Mon Sep 17 00:00:00 2001 From: AyobamiAdebesin Date: Sat, 15 Oct 2022 22:35:03 +0100 Subject: [PATCH] Added an article on understanding the backend processes of a web server --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3091a30..f5fa5e5 100644 --- a/README.md +++ b/README.md @@ -438,6 +438,9 @@ This repository is a compilation of well-written, step-by-step guides for re-cre * [**Rust**: _Writing Scalable Chat Service from Scratch_](https://nbaksalyar.github.io/2015/07/10/writing-chat-in-rust.html) * [**TypeScript**: _Tiny Package Manager: Learns how npm or Yarn works_](https://github.com/g-plane/tiny-package-manager) +* [**WebServer**: _What happens when you type www.google.com in your web browser?_](https://github.com/g-plane/tiny-package-manager) +https://medium.com/@AyobamiAdebesin/what-happens-when-you-type-google-com-and-press-enter-69db77e58714 + ## Contribute * Submissions welcome, just send a PR, or [create an issue](https://github.com/codecrafters-io/build-your-own-x/issues/new) * Help us review [pending submissions](https://github.com/codecrafters-io/build-your-own-x/issues) by leaving comments and "reactions"