You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,10 @@
27
27
28
28
---
29
29
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
+
30
34
## Overview
31
35
32
36
**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