Since the backend is fastAPI, why the "app._api" have not get or post methods #5984
jinhong-china
started this conversation in
General
Replies: 1 comment
-
|
The reflex backend uses Starlette now, which is also what FastAPI is based on. If you need to generate docs and other features provided by FastAPI, it is recommended to use the Performance will vary a lot based on what the app is doing. Because reflex uses websockets, there is an inherent limit in concurrent users, because each user will consume some server resources, even if the user is essentially idle. For production deployments, we recommend using redis, which enables multi-worker mode and provides better throughput on a single machine. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions