-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[IMPL] - Custom backend server and improved configuration capabilities #4624
[IMPL] - Custom backend server and improved configuration capabilities #4624
Conversation
…Dev-Pro/reflex into add-custom-backend-config
…Dev-Pro/reflex into add-custom-backend-config
@adhami3310 this is the new PR, apparently it solved the problems I will test again, with a different version of python and other sample projects. ✔️ |
hi @KronosDev-Pro ! since then, we have turned into a different approach, instead of adding a custom backend server, we ended up implementing it such that app itself can be called with an asgi server, as such there's no need for adding that to the config nonetheless, we appreciate your work here! :) let me know if there are things you're interested in contributing otherwise |
Idea
Customize the backend server configuration as you like, and create a complete new backend server support.
Example
We can define which
BackendServer
to use fordevelopment
andproduction
modes and thus customize the configuration (all parameters for eachBackendServer
are the actual parameters corresponding to the web server involved).We can also create a customized
BackendServer
with theCustomBackendServer
class, such asGranianBackendServer
All Submissions:
Type of change
New Feature Submission:
Changes To Core Features: