From 02cc00d8e82a67c04b305b495b32a5d90467a810 Mon Sep 17 00:00:00 2001 From: BobDu Date: Tue, 14 Jul 2026 11:47:54 +0800 Subject: [PATCH] Add fast-json-rules-engine to related projects README section Signed-off-by: BobDu --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 70a2cd2..a719a02 100644 --- a/README.md +++ b/README.md @@ -239,6 +239,10 @@ A React component for building and managing rules. ![React Rules](https://github.com/rafenden/react-rules/raw/main/demo/screenshot2.png) +### [fast-json-rules-engine](https://github.com/BobDu/fast-json-rules-engine) + +A compiled, synchronous engine compatible with the json-rules-engine rule format — no async facts, no runtime rule mutation, but no Promise overhead either. + ## License [ISC](./LICENSE)