From 7860eb58c5ba1a34f7d6aa1294b41a1b56955f95 Mon Sep 17 00:00:00 2001 From: Ashish Pratap Singh Date: Fri, 23 Aug 2024 05:41:54 -0700 Subject: [PATCH] Update web socket article --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e397f41..0fc08c3 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ This repository contains resources to learn System Design concepts and prepare f - [Proxy Server](https://www.fortinet.com/resources/cyberglossary/proxy-server) - [Message Queues](https://blog.algomaster.io/p/message-queues) - [Checksums](https://blog.algomaster.io/p/what-are-checksums) -- [WebSockets](https://www.pubnub.com/guides/websockets/) +- [WebSockets](https://blog.algomaster.io/p/ba0b6155-21a1-4661-8b9e-2ccacce4fb98) - [Bloom Filters](https://www.enjoyalgorithms.com/blog/bloom-filter) - [API Gateway](https://www.nginx.com/learn/api-gateway/) - [Microservices Guidelines](https://newsletter.systemdesign.one/p/netflix-microservices)