From c2438ce40336ae55ba50f46085725c1c8df6c0fe Mon Sep 17 00:00:00 2001 From: Noe TATOUD Date: Thu, 5 Feb 2026 22:58:30 +0100 Subject: [PATCH] Add disclaimer and update repo description Mark the project as experimental and not intended for production use. Co-Authored-By: Claude Opus 4.6 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9c05178..f94780b 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,10 @@ --- +> **Disclaimer:** This is a fun, experimental project built for learning and exploration. It is **not intended for production use**. If you need a battle-tested HTTP framework, check out [Express](https://expressjs.com), [Fastify](https://fastify.dev), or [Hono](https://hono.dev). + +--- + ## Overview **react-http-renderer** uses a custom [React Reconciler](https://github.com/facebook/react/tree/main/packages/react-reconciler) to transform JSX component trees into HTTP routing structures. Instead of rendering to the DOM, it renders to a fully functional HTTP server powered by Node's built-in `http` module.