From f923fac46eed90db4506db6d5e96e03ece336ed8 Mon Sep 17 00:00:00 2001 From: Ashish Pratap Singh Date: Tue, 28 Jan 2025 11:04:11 +0530 Subject: [PATCH] update long polling vs websockets article --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fc9aef..f1eb275 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Subscribe to my [AlgoMaster Newsletter](https://bit.ly/amghsd) and get a **FREE - [Strong vs Eventual Consistency](https://blog.algomaster.io/p/7d9da525-fe25-4e16-94e8-8056e7c57934) - [Read-Through vs Write-Through Cache](https://blog.algomaster.io/p/59cae60d-9717-4e20-a59e-759e370db4e5) - [Push vs Pull Architecture](https://blog.algomaster.io/p/af5fe2fe-9a4f-4708-af43-184945a243af) -- [Long-polling vs WebSockets](https://blog.algomaster.io/p/60bfcee4-8ac5-4500-a557-a04c8cbcaf48) +- [Long Polling vs WebSockets](https://blog.algomaster.io/p/long-polling-vs-websockets) - [REST vs RPC](https://blog.algomaster.io/p/106604fb-b746-41de-88fb-60e932b2ff68) - [Synchronous vs. asynchronous communications](https://blog.algomaster.io/p/aec1cebf-6060-45a7-8e00-47364ca70761) - [Latency vs Throughput](https://aws.amazon.com/compare/the-difference-between-throughput-and-latency/)