Skip to content
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

Add support to a production mode development server #944

Open
1 task
Marlysson opened this issue Dec 25, 2019 · 1 comment
Open
1 task

Add support to a production mode development server #944

Marlysson opened this issue Dec 25, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@Marlysson
Copy link
Contributor

Marlysson commented Dec 25, 2019

Is your feature request related to a problem? Please describe.
When is developed a app that requires more requests per time, the current development server crashes and broke the app's workflow ( send and receive data )

What do we currently have to do now?
Abstract serve command to use of some others servers as alternatives when the user ( developer ) choose under the hood. Transparent to developer

Describe the solution you'd like
Run some command like:

Default server of local environment

craft serve

A robust server that runs a production like environment

craft serve --optimize

Or something that indicates that a other server will used.

Describe alternatives you've considered
Use of waitress server by example.

  • Is this a breaking change?
@Marlysson Marlysson added the enhancement New feature or request label Dec 25, 2019
@Marlysson Marlysson changed the title Add support to a robust development server Add support to a production like development server Dec 25, 2019
@Marlysson Marlysson changed the title Add support to a production like development server Add support to a production mode development server Dec 25, 2019
@Marlysson
Copy link
Contributor Author

Marlysson commented Jan 4, 2020

  • Add section about this in documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant