From e8b3be2d2b6cd4279a452fdb7d97086b2e750b79 Mon Sep 17 00:00:00 2001 From: Basilius Bias Astho Christyono Date: Sat, 14 Oct 2023 12:16:08 +0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e29ba5294..e613a0386 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ Proyek ini awalnya dibuat menggunakan [Angular CLI](https://github.com/angular/a ## NodeJS *Cluster* :: *Multi CPU(s) Worker* ~ - [x] Sudah mendukung untuk berjalan di banyak CPU [*Master* & *Slave(s)*] -- [x] NestJS Cron / *Task Scheduler* jalan di Cluster Master saja (Tanpa *Listen* HTTP) -- [x] Komunikasi via *Inter Process Communication* [IPC] -- [x] Web Socket [Socket.IO] *Event Broadcast* antar *Cluster* +- [x] NestJS Cron / *Task Scheduler* hanya di *Master* saja (Tidak *Listen* HTTP) +- [x] Komunikasi *Slave(s)* ― *Master* via *Inter Process Communication* [IPC] + ada *Callback Function* +- [x] *Web Socket* [Socket.IO] *Event Broadcast* antar *Cluster* - [x] *Mutual Exclusion* [Mutex] *Lock* antar *Cluster* ----