From 1818f3abda09d0b35069a90114cdfa862ce16f2b Mon Sep 17 00:00:00 2001 From: devin Date: Thu, 9 Jul 2026 19:49:58 -0400 Subject: [PATCH] Clarify RecFlare implementation details Updated project description for clarity and accuracy. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 88a4976..0d60c08 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ be292b38-950c-4d7f-b4ee-57fe361ede7d -RecFlare is an implementation of RecNet — the Rec Room backend — built on +RecFlare is a scalable implementation of RecNet — the Rec Room backend — built on Cloudflare Workers. It implements the network services the Rec Room client talks to — accounts, auth, rooms, matchmaking, economy, chat, notifications, and more — -each as an independent Worker on their own subdomains, just how RecNet was. +each as an independent Node.js Worker on their own subdomains, just how RecNet was. > ⚠️ **Disclaimer:** This is an unofficial, fan-made project for preservation and > experimentation. It is not affiliated with, endorsed by, or connected to Rec