Skip to content

Commit cf6e4c3

Browse files
ntatoudclaude
andauthored
Add disclaimer and repo description (#8)
Add disclaimer and update repo description Mark the project as experimental and not intended for production use. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0047290 commit cf6e4c3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727

2828
---
2929

30+
> **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).
31+
32+
---
33+
3034
## Overview
3135

3236
**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.

0 commit comments

Comments
 (0)