From fb84f31c3909d2fd0db3651e4657e6f1e0147210 Mon Sep 17 00:00:00 2001 From: Mridul Dhiman Date: Sun, 29 Dec 2024 03:39:02 +0530 Subject: [PATCH] [chore] readme updated --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5199f76..92753f6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ ## Multi File Realtime Collaboration Server +### Index +- [Overview](#overview) +- [Components](#components) +- [Current Workflow](#current-workflow) + ### Overview multitab collaboration socket.io server using redis kv store for room management, redis pub/sub for scaling websockets, bullmq queue and workers for flushing realtime code state to db.